body {
    margin: 0;
    text-align: center;
    background-image: url(images/jason-leung-nM2WEy42Npg-unsplash.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@font-face {
    font-family: 'Cursed Timer ULiL';
    font-style: normal;
    font-weight: 400;
    src: local('Cursed Timer ULiL'), url('https://fonts.cdnfonts.com/s/40642/CursedTimerUlil-Aznm.woff') format('woff');
}

.wrapper {
   background-image: linear-gradient(#BE123C, #FB7185);
   background-size: cover;
   background-position: center;
   width: 60%;
   height: fit-content;
   display: block;
   margin: 0 auto;
   margin-top: 3rem;
   padding: 2rem;
   border-radius: 20px;
   border-left: 10px solid #000;
   border-right: 10px solid #000;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.container {
    display: flex;
    justify-content: space-around;
}

.text {
    font-family: monospace;
    font-size: 3rem;
    font-style: italic;
    font-weight: 900;
}

#home_count, #guest_count {
    border: 2px solid #000;
    border-radius: 5px;
    background-color: #000;
    color: #daa520;
    padding: 2rem;
    margin-top: 0;
    margin-bottom: 30px;
}

#home_count, #guest_count {
    font-family: 'Cursed Timer ULiL';
    font-style: normal;
    font-weight: 400;
    font-size: 5.5rem;
}

.btns {
    font-family: 'Cursed Timer ULiL';
    font-style: normal;
    font-weight: 400;
    
    
}

button {
    color: #daa520;
    background-color: #000;
    padding: 9px 10px;
    border-radius: 7px;
    margin-bottom: 0rem;
}

button:hover {
    cursor: pointer;
    color: #ffd874;
    font-size: 1.5rem;
}

.reset {
    font-family: 'Cursed Timer ULiL';
    font-style: normal;
    margin-top: 2rem;
    padding: 10px 29px;
    font-weight: 700;
}