*, body {
    font-family: "Prompt", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

.btn {
    padding: 1rem;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    border-radius: 0.5rem;
    width: 100%;
    display: block;
    cursor: pointer;
    margin-bottom: 1rem;
}

.btn.btn-primary {
    background-color: #fd0000;
}

.btn.btn-secondary {
    background-color: #1e1d1d;
}

footer.footer {
    justify-self: end;
    text-align: center;
}

.or {
    margin-bottom: 1rem;
}