body {
    margin: 0;
    background-image: url('images/basketball.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    /* height: 100%; */
}

@font-face {
  font-family: Cursed Timer ULiL;
  src: url(CursedTimerUlil-Aznm.ttf);
}

@font-face {
    font-family: Monoton;
    src: url(Monoton-Regular.ttf);
}

header,
footer {
    background: white;
    color: red;
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
    font-family: Monoton;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    text-shadow: -2px -2px #000000;
}


h4 {
    margin-bottom: 0;
    margin-top: 30px;
    padding: 10px 10px;
}

.container {
    display: flex;
    justify-content: space-around;
    max-width: 490px;
    margin: 0 auto;
    background: #1B244A;
    color: white;
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 36px;
    text-align: center;
    border-left: 5px solid white;
    border-right: 5px solid white;
}

.highlight {
    box-shadow: 0 0 30px greenyellow;
}

/* .highlight-red {
    box-shadow: 0 0 20px red;
} */

.lead {
    color: lightgreen;
    text-shadow: -1px -1px white;

    
}

.home, .guest {
   background: #000000;
   width: 147px;
   /* height: 120px; */
   margin: 30px auto;
   color: #F94F6D;
   /* font-family: 'Orbitron'; */
   font-family: "Cursed Timer ULiL";
   font-style: normal;
   font-weight: 400;
   font-size: 70px;
   line-height: 127px;
   border: 4px solid white;
}

p, button {
    color: white;
    font-size: 15px;
    border: 2px solid white;
    padding: 0px 8px;
    margin: 5px;
    border-radius: 5px;
    /* font-family: 'Orbitron'; */
    font-family: "Cursed Timer ULiL";
    /* width: 20px; */
    background-color: black;
}

button {
    padding: 10px;
    margin-bottom: 40px;
    cursor: pointer;
}

.reset-btn:hover, button:hover {
  transform: scale(1.1);
}

.reset-btn {
    margin: 10px;
    font-family: 'Verdana';
}

footer {
    margin-bottom: 30px
}

@media only screen and (max-width: 600px) {
  /* For mobile phones: */
  header, footer, .container {
    max-width: 90%;
  }
  
  .container {
    border-left: none;
    border-right: none;
    height: 60vh;
    background-color: dark #1B244A;
  }
  
  .div-home {
    background-color: grey;
    padding: 10px 10px;
  }
  
  .div-guest {
     padding: 10px 10px; 
     background-color: black;
  }
  
  .home, .guest {
   width: 70px;
   margin: 0 auto;
   font-size: 50px;
   line-height: 100px;
}

    h3 {
        font-size: 2rem;
    }
    
    button {
        padding: 10px;
        width: 40px;
        margin: 40px 0;
        cursor: pointer;
        }
    
    .reset-btn {
        margin: 10px;
        font-family: 'Verdana';
        width: 80px;
    }
}
