body{
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0px;
}
h1 {
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 3em;
    text-decoration: bold;
    text-align: center;
    color:rgb(255, 255, 255);
    text-shadow:  5px 5px 3px 1px #000000, inset 0 0 2px 1px black;
}

h2 {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 6em;
    font-weight: bold;
    text-align: center;
    color: rgb(255, 244, 93);
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: solid;
    text-shadow: 10px 10px 6px 3px #000000 ;
    
}
h3{ 
    text-align: center;
    color: rgb(252, 252, 74);
    font-size: 2em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: solid;
      text-shadow: 10px 10px 6px 3px #000000 ;
      margin-bottom: 0;
}

p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em;
    text-decoration: wavy;
    text-align: center;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
}

a{
    text-decoration: italic;
    color: blue;
}
a.hover {
    color: red;
    border: 2px solid red ;
    border-radius: 5px;
}
#top {
    
    border: 3px solid white; ;
    border-radius: 10px;
    border-style: dashed;
    box-shadow: 5px 5px 3px 1px #999, inset 0 0 2px 1px #ddd;
    background: linear-gradient(to right, rgb(0, 0, 0), rgb(88, 1, 88));
    padding-bottom: 10px;
    

}

#top h1 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 3em;
    font-weight: bold;
    color: white;
    margin-bottom: 0px;
    margin-top: 0;
    
}

#top a {
    color: yellow;
    font-size: 6;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
    
}

#top a:hover{
    color:red;
    border: 2px solid white;
}

#top nav{
    margin-top: 0;
    float:right;
    margin-bottom: 100px;
}

input:focus , textarea:focus{
    background: rgb(255, 157, 247);
}

.container{
    background-color: black;
}
footer{
    background-color: black;
    background: linear-gradient(to right, rgb(0, 0, 0), rgb(88, 1, 88));
    padding-top: 10px;
    padding-bottom: 10px;

}
footer p{
    color:white;
    font-size: 1em;
    font-family:'Courier New', Courier, monospace;
    
}
table{
    background-color: #999;
    opacity: 10px;
    width:fit-content;
    height: fit-content;
}

button{
    color:rgb(1, 1, 88);
}
.myImage{
    border: 5px solid white;
    border-radius: 50%;
    box-shadow: 5px 5px 3px 1px #000000, inset 0 0 2px 1px #ddd; ;
}
fieldset{
    background: #2b001a;
    opacity: 50%;
    border-radius: 10px;
}
legend{
    color: rgb(250, 249, 168);
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15pt;
}

.image-box{
    position: relative;
    width: 300px;
    height: 200px;
    overflow: hidden;
    border-radius: 12px;
}
.image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}
.fade-out{
    opacity: 0;
}
.slider-container{
    width: 100%;
    height: 400px;
    display: flex;
}
.image-box{
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
}
.fade-out{
    opacity: 0;
}
.get-started-btn{
    background-color: rgb(189, 4, 118);
    color: white;
    padding: 20px 60px;
    font-size: 28px;
    font-weight: bold;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}
.get-started-btn:hover{
    background-color: rgb(82, 6, 59);
}
@media(max-width:950px){

    body{
        background: linear-gradient(to right, rgb(255, 110, 255), black);
        margin: 0 auto;
    }

    header {
        width:100%;
        
        
        
    }

    header .logo h1{
        font-size: 16pt;
    }

    nav{
        display:none;
    }

}
footer {
    width:100%;
    margin: 0 auto;
}
h2{
    font-size: 4em;
}
