*{
    text-decoration: none;
}

header{
    display: grid;
    justify-content:center;
}

body{
    background-color: lightgrey;
}
section#top{ 
    display: grid;
    text-align: center;
    padding: 10vw; 
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2.5vw;
}

div {
    display: grid;
}

.animate {
    transform: translateY(-1000vh)
}