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;
    font-size: 20px;
    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;
}

.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{
    left: 900px;
    animation-name: slideLeft;
    animation-duration: 2s;
}


#y#imageloc2{
    
    
    left: 400px;
    animation-name: glow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    
 }

@keyframes slideLeft{
    from{transform: translateX(800%)}

}

@keyframes glow{
    50%{text-shadow: 0px 0px 40px hsl(70, 100%, 50%)}
}
#im1{
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    width: 400px;
    animation-name: rotate, slideLeft;
    animation-duration: 3s;

}

@keyframes rotate{
    100%{transform: rotatez(-360deg)}
}
#im2{
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
    width: 500px
}

#im3{
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    width: 300px
}

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{
    background-color: hsl(0, 1%, 25%);
    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 */
}
