h1{

    font-size: 5em;
    text-align: center;
    color: white;
}

h2{
    text-align: center;
    color: white;
}

h3{
    font-size: 2em;
    color: white;
}

.navbar ul{
    list-style-type: none;
    background-color: hsl(0, 1%, 25%);
    font-size: 20px;
    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;
}

body{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color: rgb(14, 28, 43);
        
}
body p{
    font-size: 20px;
    color: white;
}
main{
    margin: 30px;
}

.container{
    display: flex;
    justify-content: space-evenly;
}

.container2{
    display: flex;
    justify-content: space-evenly;
}


.box{
    width: 500px;
    height: 350px;
}

#box1{
    
}

#box2{
   
    
}

#imageloc{
    float: right;
    margin-left: 20px;
    position: relative;
    top: 10px;
    left: 10px;
    animation-name: slideLeft;
    animation-duration: 2s;
}

@keyframes slideLeft{
    from{transform: translateX(200%)}

}

#imageloc2{
    
    margin-left: 20px;
    position: relative;
    top: 10px;
    left: 10px;
    opacity: 0;
    animation: fadeIn 1s ease-in-out 2s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn{
    100%{opacity: 1}
}

@keyframes slideRight{
    from{transform: translateX(200%)}

}

#im1{
    width: 300px
}

#img1{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#center{
display: block;
margin-left: auto;
margin-right: auto;
width: 50%; /* Adjust as needed */
}

#img3{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#img4{
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

#img5{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#img6{
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

#img7{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#img8{
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

#img9{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}


h3{
    text-align: center;
    color: white;
}

.listbox ul{
    
    list-style-type: none;
    background-color: hsl(93, 74%, 85%);
    width: 300px;back
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.listbox a{
    
    color: rgb(68, 5, 243);
    text-decoration: none;
    padding: 15px;
    display: inline-block;
    text-align: center;
}

.listbox a:hover{
    background-color: hsl(93, 74%, 70%);
}

footer{
    
    font-size: .4cm;
    color: white;
    text-align: center;

}

html {

scroll-behavior: smooth;
}

#myBtn{

    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(54, 144, 218);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    transition: all .4s;

}

#myBtn:hover {
   background-color: #555; /* Add a dark-grey background on hover */
}
