
body {
    color: white;
    text-align: center;
    background-image: url(assets/background_img.jpg);
}

.header-container {
    margin-top: 50px;
}

h4 {
    letter-spacing: 1px;
    text-shadow: none;
    margin-bottom: 0;
}

h5 {
    
    text-shadow: none;
    margin-bottom: 0;
}

h2 {
    letter-spacing: 2px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.main-container {
    background-color: rgba(0,0,0,0.9);
    border: 1px solid yellow;
    font-family: 'Maximum Impact', sans-serif;
    letter-spacing: 5px;
    text-shadow: 1px 1px 2px white;
    color: yellow;  
    border-radius: 4px;
    width: 800px;
    text-align: center;
    margin: 60px auto 60px auto;
    display: block;
    justify-content: space-around;
}

.main-container-inner {
    border-radius: 4px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.main-container h3 {
    font-size: 3em;
    margin: 20px 20px 20px 20px;
}

.home-column {
    width: 30%;
    font-family: 'Maximum Impact', sans-serif;
    font-weight: bold;
    color: yellow;  
    letter-spacing: 5px;                                     
    text-align: center;
    justify-content: space-around;
    text-shadow: 1px 1px 2px white;
    margin: 20px;   
}

.center-column {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: end;
    gap: 0px;

}

.guest-column {
    width: 30%;
    font-family: 'Maximum Impact', sans-serif;
    font-weight: bold;
    color: yellow;  
    letter-spacing: 5px;                                     
    text-align: center;
    justify-content: space-around;
    text-shadow: 1px 1px 2px white;
    margin: 20px;
}
                                            
#home-score {
    font-size: 120px;
    background-color: #141414;
    color: red;
    font-family: 'Cursed Timer ULiL', sans-serif;                               
    border: 1px solid yellow;
    border-radius: 2px;
    padding-top: 20px;
    margin: auto auto 30px auto;
    text-align: center;
    justify-content: space-around;
    text-shadow: 1px 1px 2px white;
}

#timer-value {
    font-family: 'Cursed Timer ULiL', sans-serif; 
    background-color: #141414;
    border: 1px solid yellow;
    border-radius: 2px;
    color: red;
    text-shadow: 1px 1px 1px white;
    font-size: 32px;
    letter-spacing: -1px;
    padding: 15px;
    margin: 0;
}

#guest-score {
    font-size: 120px;
    background-color: #141414;
    color: red;
    font-family: 'Cursed Timer ULiL', sans-serif;                               
    border: 1px solid yellow;
    border-radius: 2px;
    padding-top: 20px;
    margin: auto auto 30px auto;
    text-align: center;
    justify-content: space-around;
    text-shadow: 1px 1px 2px white;
}

.highlight {
    box-shadow: 0 0 20px white;
}

.btn-add-points {
    background-color: #141414;
    color: yellow;
    border: 1px solid yellow;
    border-radius: 7px;
    font-size: 24px;
    width: 80px;
    height: 45px;
    margin: 10px;
}

.btn-add-points:hover {
    background-color: #333333;
}

.btn-set-period {
    background-color: #141414;
    color: yellow;
    border: 1px solid yellow;
    border-radius: 7px;
    font-size: 20px;
    width: 60px;
    height: 35px;
    margin: 10px 5px 5px 5px;
}

.btn-set-period:hover {
    background-color: #333333;
}

.btn-start-stop {
    background-color: #141414;
    color: yellow;
    border: 1px solid yellow;
    border-radius: 7px;
    font-size: 20px;
    width: 100px;
    height: 45px;
    margin: 10px 3px 10px 3px;
}

.btn-start-stop:hover {
    background-color: #333333;
}

.btn-newgame {
    background-color: #141414;
    color: yellow;
    border: 1px solid yellow;
    border-radius: 7px;
    font-size: 20px;
    width: 140px;
    height: 45px;
    margin: 10px 3px 30px 3px;
}

.btn-newgame:hover {
    background-color: #333333;
}

#crispylogo {
    width: 120px;
    margin-top: 0;
    margin-bottom: 12px;
}

.popup {
    font-family: 'Maximum Impact', sans-serif;
    letter-spacing: 3px;
    /* text-shadow: 1px 1px 2px white; */
    color: yellow;  
    position: fixed;
    width: 40%;
    height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #141414;
    border: 2px solid yellow;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.popup button {
    background-color: #141414;
    color: yellow;
    border: 1px solid yellow;
    border-radius: 7px;
    font-size: 20px;
    width: 140px;
    height: 45px;   
}

.popup button:hover {
       background-color: #333333;
}

#final-score {
    font-size: 30px;
}

.popup-welcome {
    font-family: 'Maximum Impact', sans-serif;
    letter-spacing: 3px;
    
    color: black;  
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    width: 60%;
    height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid red;
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.popup-welcome button {
    background-color: #141414;
    color: yellow;
    border: 1px solid yellow;
    border-radius: 7px;
    font-size: 20px;
    width: 140px;
    height: 45px;
      
}

#edit {
    font-size: 14px;
    font-style: italic;
}

.popup-welcome button:hover {
       background-color: #333333;
}