* {
    margin: 0;
    padding: 0;
    font-family: Times, Times New Roman, serif;
}

a {
    color: white;
    font-style: normal;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-decoration-color: white;
}

body {
    min-height: 100vh;
    background-image: url('/static/images/background.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
}

/* .underline {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: black;
} */