body {
    background-color: beige;
}

.wrapper .container {
    height: 95vh;
    width: 95vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container a {
    text-decoration: none;
    color: black;
}
