body {
background-color: rebeccapurple;
font-family: Arial, Helvetica, sans-serif;
}

.full-container {
    height: 100dvh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.small {
    font-size: 0.6rem;
}