@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap');

body    {
    font-family: "Inter", sans-serif;
    height: 100vh;
    margin: 0px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

div {
    display: inline;
}

a {
    color: black;
    font-size: medium;
    font-weight: 700;
    text-decoration: none;
}

a:hover {
    text-decoration:underline wavy;
}
