body {
    background: #e6e6fa;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
h1 {
    text-align: center;
    font-size: 70px;
}

p {
    text-align: center;
    font-size: 50px;
}

#wow {
    left: 50%;
}
a {
    text-decoration: none;
}
a:hover {
    transition: 1s;
    color: red;
}


header nav {
    position: absolute;
    top: 0;
    right: 0;
}

header nav a {
    display: inline-block;
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
    color: black;
}
header nav a:hover {
    transform: scale(1.1);
    color: green;
}
