body
{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    padding: 10px;
}

h1,
p
{
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: auto;
    margin: 0;
}

h1
{
    font-size: 10rem;
    text-transform: uppercase;
    font-weight: 500;
}

#message-box
{
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 10px 20px;
    border-radius: 5px;
    width: fit-content;
}

.container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    text-align: center;
}