body {
    background-color: #eee;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
}

.message {
    font-weight: normal;
    font-size: 140%;
}
