html {
    background-color: rgb(0, 36, 80);
    background-size: auto;
    background-position: fixed;
    background-repeat: no-repeat;
    color: rgb(255, 255, 255);
}

header img {
    width: 50px;
    margin-right: 20px;
}

body {
    height: 100%;
    background-attachment: fixed;
    font-family: system-ui;
    font-size: large;
}

header {
    background-color: rgb(54, 106, 60);
    padding: 35px ;
    align-items: center;
    margin-bottom: 20px;

}

#below_header {
    border-top: 3px solid #f8c94d;    
} 

.button {
    display: block;
}

nav {
    padding: 14px 20px;
    text-align: left;
    display: flex;
}

#nav_bar {
    height: fit-content;
    float: left;
    padding: 10px;
    padding-bottom: 7px;
    z-index: -1;
    background-color: rgb(118, 163, 92);
    margin-top: 50px;
    margin-left: 40px;
    margin-bottom: 50px;

}

table, td, tr, th, tbody, thead{
    empty-cells: show;
    padding: 5px;
}

#bulk_content{
    margin-top: 50px;
    margin-left: 40px;
    margin-right: 40px;
    left: 350px;
    position: absolute;
    background-color: rgb(54, 106, 60);
    padding: 20px ;
    margin-bottom: 50px;
}

a {
    text-decoration: none; 
    color:rgb(255, 255, 255);
}

#tpose {
    width: 40%;
}

#master_projects {
    color: rgb(166, 70, 14);
}

#Saba-photo1 {
    width: 175px;
    text-align: center;
    align-items: center;
}

#dripcoco-photo1 {
    width: 175px;
    text-align: center;
}

#nijn-photo1 {
    width: 600px;
}

#dripcoco-container {
    text-align: center;
}

#Flux-photo1 {
    width: 250px;
}

#Flux-container {
    float: left;
    padding: 40px;
    border-radius: 10px;
    margin: 25px;
    background-color: #3e6400;
    margin-right: 50px;
}

#Flux-description {
    text-align: center;
}

#Saba-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

#Dripcoco-container {
    margin-bottom: 50px;
}

#Nijn-container {
    text-align: center;
}
