body {
    background-color: lightblue;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 3vh;
}

#links {
    text-align: right;
    display: flex;
    justify-content: space-between;
}

#links a {
    text-decoration: none;
    color: blue;
    padding: 2vh;
}

#links a:hover {
    text-decoration: underline;
    background-color: green;
    padding: 2vh;
    border-radius: 2vh;
}

.icon {
    width: 10vh;
    height: 10vh;
    position: static;
}