button{
    width: 500px;
    height: 100px;
    background-color:rgb(56, 56, 52);
    color:beige;
    border-radius: 10px;
    margin: 50px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.192);
}

h1{
    font-size: 5em;
    text-align: center;
    color:blanchedalmond;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.192);
}

body{
    background-color: rgb(53, 53, 53);
}

.buttons{
    display: flex;
    justify-content: center;
    align-items: center;    
}