@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    font-family: 'Inter', sans-serif;
    font-variation-settings: 'wght'500;
    color: white;
}

a:link {
    color: #FFFFFF;
    text-decoration: none
}

a:visited {
    color: #FFFFFF;
    text-decoration: none
}

a:hover {
    text-shadow: 0pt 0pt 0.3em white, 0pt 0pt 0.3em white;
    color: white;
    text-decoration: none
}

body {
    background-image: url("/assets/img/background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1920px 1080px;
    overflow: hidden
}

.menu {
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    transform: translate(0%, 50%);
}

p {
    display: inline;
}