body {
    font-family: "Roboto", sans-serif;
    color: white;
    font-weight: bold;
    text-align: center;
    background: rgb(25, 25, 60);
    margin: 0;
}

.container {
    display: flex;
    justify-content: space-around;
}

#home-one, #home-two, #home-three, #guest-one, #guest-two, #guest-three {
    color: white;
    background: rgb(25, 25, 60);
    border: 1px solid white;
    border-radius: 4px;
    font-family: 'press start 2p', ursive;
}

#count-el, #guest-el {
    background: black;
    color: rgb(162, 37, 37);
    padding: 10px;
    margin: 10px;
    font-family: 'press start 2p', cursive;
    border-radius: 4px;
}

