body{
    padding: 0px;
    margin: 0px;
  
}
 .container{
    display: flex;
    justify-content: center;
    height: 100vh;
    width: 100%;
    align-items: center;
    gap:100px;
    background: darkslateblue;
}
h1{
    font-size: 40px;
}
.show_score{
    background: black;
    width: 200px;
    height: 150px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 7px rgb(92, 87, 87);
    color:red;
    font-size: 90px;
    max-width: 200px;
    text-align: center;
    align-items: center;

}
.home, .geust{
 width: 25px;
 height: 150px;
 display: flex;
 color:white;
 margin-top:-100px;
justify-content: space-around;
 flex-direction: column;
 align-items: center;
}
.btns{
 display: flex;
 justify-content: space-between;
 flex-direction: row;



}
button{
    margin:2px;
    border:2px solid white;
    background: none;
    padding: 10px;
    color:white;
    align-items: center;
}
.BTN{
margin-top:300px;

}
#home_score{
    color:green;
}
#guest_score{
    color:darkred;
}
.reset:hover{
 background: red;
 border:darkred;
}
.save:hover{
    background: greenyellow;
    border:green;
}