body{
    background-color: rgb(191, 192, 147);

}

.navbar ul{
    font-size: 20px;
    list-style-type: none;
    background-color: hsl(0, 1%, 25%);
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.navbar a{
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
}

.navdown ul{
    list-style-type: none;
    
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.navdown a{
    font-size: 25px;
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
}

.navbar a:hover{
    background-color: hsl(0, 0%, 10%);
}

.navbar li{
    float: left;
}

.gallery{
    display: inline-block;
    border: 2px solid hsl(0, 0%, 60%);
    box-shadow: 3px 3px 6px rgb(58, 56, 56);
    margin: 5px;
}

.gallery .description{
    padding: 10px;
    text-align: center;

}

.gallery:hover{
    border: 2px solid hsl(0, 0%, 20%);

}

.nav-list-right {
    display: flex;
    justify-content: flex-end; /* Align items to the right */
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-list-right li {
    margin-left: 15px;
}
h1{
    color: black;
    text-align: center;
    font-family: Ariel, sans-serif;
    font-size: 5em;
    text-shadow: 3px 3px 5px rgb(224, 12, 48);
}
#B1{
    background-color: hsla(0, 78%, 49%, 0.993);
    height: 50px;
    width: 100px;
    color:white;
    font-weight: bold;
    box-shadow: 3px 3px 6px rgb(58, 56, 56);
    border-radius: 10px;
}
#B1:hover{
    height: 70px;
    width: 120px;
}

#B2{
    background-color: hsla(240, 69%, 51%, 0.993);
    height: 50px;
    width: 100px;
    color:white;
    font-weight: bold;
    box-shadow: 3px 3px 6px rgb(58, 56, 56);
    border-radius: 10px;
}
#B2:hover{
    height: 70px;
    width: 120px;
}
footer{
    font-size: .5cm;
    color: rgb(15, 1, 1);
    text-align: center;
}
#ladd{
    display:inline-block;
    width: fit-content;
    height: fit-content;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    position: absolute;
}
#login{
    font-size: 1.5em;
    text-decoration: none;
    position: absolute;
    left: 560px;
    top: 470px;

}
#but{
    display:inline-block;
    width: fit-content;
    height: fit-content;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    position: absolute;
    top: 340px;
    left: 30px;
   
}
#p1{
    display:inline-block;
    padding: 0;
    position: absolute;
    top: 490px;
    left: 500px;
    text-align: center;    
    color: black;
    font-weight: bold;
}

#p2{
    display:inline-block;
    padding: 0;
    position: absolute;
    top: 340px;
    left: 500px;
    text-align: center;    
    color: black;
    font-weight: bold;
}

#p3{
    display:inline-block;
    padding: 0;
    position: absolute;
    top: 510px;
    left: 525px;
    text-align: center;
    color: black;
}

#p4{
    display:inline-block;
    padding: 0;
    position: absolute;
    top: 540px;
    left: 600px;
    text-align: center;
    color: black;
}

#amber{
    display:inline-block;
    width: fit-content;
    height: fit-content;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    position: absolute;
    top: 300px;
    left: 1000px;
}
#logout{
    font-size: 1.5em;
    text-decoration: none;
    position: absolute;
    left: 710px;
    top: 470px;
}

#span6{
    margin-bottom: 10px;
    margin-top: 10px;
    position: absolute;
    top: 200px;
    left: 550px;
}

#hide{
    color: black;
    text-decoration: none;
}

#hide:visited{
    color: black;
    text-decoration: none;
}
