body {
    background-color: #083c4b;
    background: linear-gradient(290deg, #083c4b, #0c6279);
    min-height: 100vh;
}

.content {
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    justify-self: center;
    min-height: 100vh;
    font-family: "Open Sans", sans-serif;
    color: white;
}

a {
    color: white;
    font-weight: bold;
}