* {
    /*font-family: 'Noto Serif Georgian', serif;*/
    /*font-family: 'Maven Pro', sans-serif;*/
    /*font-family: 'Aref Ruqaa Ink', serif;*/
    padding: 0;
    margin: 0;
    
}



.header {
    
    
    min-height: 100vh;
    width:100%;
    background-image: url("./imgs/dune1.jpg");
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    position: relative;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-links {
    font-family: 'Aref Ruqaa Ink', serif;
    font-weight: 200;
    flex: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 20px;
    position: relative;

}

.nav-links ul li a {
    color:azure;
    text-decoration: none;
    font-size: 30px;
    font-weight: 300;
    
}

.nav-links ul li::after{
    content:'';
    width: 0%;
    height: 2px;
    background: lightskyblue;
    display: block;
    margin: auto;
    transition: 0.8s;
}

.nav-links ul li:hover::after {
    width: 100%;
}


@media screen and (max-width:1400px){

    h1.welcome_message {
        font-size: 45px;
    }

    .nav-links ul li a {
        font-size: 18px;
        
    }

}
.welcome_message {
    font-family: 'Aref Ruqaa Ink', serif; 
    font-weight: 400;
    color: aliceblue;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 75px;
    

}

.quote {
    font-family: 'Kalam', cursive;
    color: aliceblue;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 70;
    
}

.quote_page{
    min-height: 100vh;
    width:100%;
    background-image: url("./imgs/dune1.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    position: relative;  
}


.enter_page{
    min-height: 100vh;
    width:100%;
    background-image: url("./imgs/dune1.jpg");
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    position: relative;  
}

.entry_message{
    font-family: 'Aref Ruqaa Ink', serif; 
    font-weight: 400;
    color: aliceblue;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 75px;
}
