.container {
    display: flex;
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
}

.logo {
    border: 0;
}

.notice {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1;
    border-color: black;
    align-items: center;
}

.acquired {
    font-size: 1.5rem;
    font-family: sans-serif;
}

.redirect {
    font-family: serif;
    line-height: 2rem;
    font-size: 1rem;
    font-weight: bold;
    font-style: italic;
}

a {
    text-decoration: none;
}

a:hover {
    color: orange;
    text-decoration: none;
}