body{
    margin: 0;
    text-align: center;
}
.score{
    background: #0a0001;
    font-size: 90px;
    color: #F94F6D;
    width: 120px;
    margin: 20px;
    border-radius: 5px;
}
.container{
    display: flex;
    justify-content: space-around;
}
button{
    background: none;
    border-radius: 5px;
    
}