* {
    font-family: "Prompt", sans-serif;
    text-decoration: none;
}

html,
body {
    height: 100%;
    margin: 0;
}

.container-center {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    box-sizing: border-box;
}

.container-inner {
    max-width: 500px;
    width: 100%;
    padding: 2rem;
}

a.link {
    text-decoration: none;
}

a.link:hover {
    text-decoration: underline;
}