* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: MyFont;
    src: url(./Bellefair-Regular.ttf);
}
html {
    background: fixed;
    background-image: url(./starter-code/assets/home/background-home-desktop.jpg);
    background-size: cover;
    font-family: MyFont;
}

.line {
    border-bottom: 2px solid rgba(88, 87, 87, 0.849);
    width: 800px;
    position: fixed;
    top: 55px;
    height: 10px;
    left: 130px;
}

.menu {
    display: flex;
    width: 60%;
    flex-direction: row;
    background-color: rgba(65, 65, 73, 0.582);
    gap: 30px;
    height: 70px;
    align-items:center ;
    justify-content: space-evenly;
    position: fixed;
    right: 0;
    top: 30px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    letter-spacing: 2px;
}

a:visited {
    border: none;
    color: white;
    text-decoration: none;
}

a{
    border: none;
    color: white;
    text-decoration: none; 
}

#logo{
    position: fixed;
    top: 40px;
    left: 50px;
}

header {
    margin-bottom: 200px;
}

.main-content {
    color: white;
    display: flex;
    flex-direction: column;
    width: 40%;
    margin: 100px;
    padding-top: 150px;
    font-size: 20px;
    letter-spacing: 5px;
    row-gap: 3;
    
}

#explore-button {
    width: 210px; 
    height: 210px; 
    border-radius: 50%; 
    background-color: white;
    font-size: 22px;
    color: black;
    text-align: center; 
    line-height: 160px; 
    display: inline-block; 
    text-transform: uppercase;
    padding: 20px;
    position: fixed;
    bottom: 200px;
    right: 250px;
}


#explore-button:hover,
#explore-button:focus  {
    opacity: 1;
    transform: scale(1.1);
    transition: opacity 500ms linear, transform 750ms ease-in-out;
}

.menu a {
    padding-top: 20px;
    padding-bottom: 25px;
    display: inline-block; 
    position: relative; 
    text-decoration: none;
    color: rgba(255, 252, 252, 0.753);
}



.menu a:hover {
    border-bottom: 2px solid rgba(253, 247, 247, 0.589);
}   

 #home {
    border-bottom: 2px solid rgb(231, 228, 228);
 }

 #space {
    text-transform: uppercase;
    font-size: 150px;
 }

@media 