body{
    font-family: Arial;
    margin:0;
    background: linear-gradient(300deg,#0b0f18,#1d2841,#0b0f18);
    background-image: url("../images/galaxy7.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*background: linear-gradient(300deg,#0b0f18,#1d2841,#0b0f18);*/
    background-image: url("../images/galaxy4.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(12, 15, 24, 0.8);
    z-index: 10;
}

.logo{
    display: inline-block;
}

.logo a {
    margin-top: 15px;
    margin-bottom: 15px;
    text-decoration: none;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    color: #b0b8bf;
}

.logo :hover{
    color: rgb(244, 122, 32);
}

nav a{
    margin-left: 24px;
    text-decoration: none;
    color: #d8e4ee;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 0;
}

nav a:hover{
    color: rgb(244, 122, 32);
}

.coming-soon{
    margin-top: 350px;
    text-align: center;
}

.coming-soon h1{
    color: white;
    font-size: 5rem;

}

.coming-soon a{
    text-decoration: none;
    color: white;
    font-size: 2rem;
    opacity: 1;
}

.coming-soon a:hover{
        color: rgb(244, 122, 32);
}