*{
    margin: 0;
    box-sizing: border-box;
}


@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:wght@600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:wght@600&family=STIX+Two+Text:wght@700&display=swap');

body{
    width: 100vw;
    height: 100vh;
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

nav li{
    list-style: none;
    margin-top: 20px;
}

nav{

    display: flex;
    mix-blend-mode: difference;
    position: fixed;
    color: white;
    font-family: 'ibarra real nova', monospace;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: fixed;
    z-index: 2;
}

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


.morue{
    mix-blend-mode: difference;
    position: fixed;
    left: 50%;
    top: 90%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    width: 250px;
}

.arang1{
    mix-blend-mode: difference;
    position: fixed;
    left: 95%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    width: 20px;
}
.arang2{
    mix-blend-mode: difference;
    position: fixed;
    left: 5%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    width: 20px;
}

@media screen and (min-width:500px){
    nav{
    
        margin-top: 20px;
        position: fixed;
        z-index: 99999;
    }

    .morue{
        width: 250px;
    }

    .arang1{
        width: 20px;
    }

    .arang2{
        width: 20px;
    }

    .esperluette{
        margin-bottom: 10px;
        position: fixed;
        right: 10px;
        bottom: 10px;
    }

    nav li{
        margin-right: 50px;
        margin-top: 20px;
    }
}



main{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative
}


.bg{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
