body {
    margin: 0;
    padding: 0;
    background-image: url(./assets/img/coca-cola-hd-3840x2160.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

button {
    font-family: 'Courier New', monospace;
    font-size: 14px;
    display: block;
    background-color: #333333;
    color: #ffffffd0;
    margin: 10px;
    padding: 8px;
    margin-bottom: 4px;
    border-radius: 8px;
    cursor: pointer;
}

button:hover {
    background-color: #f44444;
}
.retro-message {
    display: inline-flexbox;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #ffffffd0;
    background-color: #333333;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
    white-space: pre-wrap;
}

