@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&family=Poppins:wght@300;400;700&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
body{
    justify-content: center;
    align-items: center;
    text-align: center;
}
.separation{
    z-index: 20;
    position: relative;
    height: 1px;
    background-color: #D7D7D8;
}

nav img{
z-index: 20;
width: 130px;
position: relative;
z-index: 10;
padding: 25px;
}

.skip{
    background-color: #D7D7D8;
    color: black;
    border-radius: 4px;
    font-size: 20px;
    padding: 3px 24px;
    width: 150px;
}

a{
    color: black;
}

a:hover{
    color: black;
}

