body{
    background-color: rgb(97, 79, 79);
    display: flex;
    flex-direction: column;
    align-items: center;
}
#bd{
    display: flex;
    flex-direction: column;
    align-items: center;
}
h1{
    color: aliceblue;
    font-size: 50px;
    align-items: center;
}
#box{
    width: 400px ;
    height: 300px;
    background-color: aliceblue;
    border-radius: 10px;
}
#btn1{
    width: 60px;
    height: 30px;
    color: black;
    font-size: 15px;
    text-align: center;
    background-color: red;
    border-radius: 10px;
    border: 1px solid red;
}
.btn{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}
#btn2{
    width: 60px;
    height: 30px;
    color: black;
    font-size: 15px;
    text-align: center;
    background-color: green;
    border-radius: 10px;
    border: 1px solid green;
}
#btn3{
    width: 60px;
    height: 30px;
    color: white;
    font-size: 15px;
    text-align: center;
    background-color: blue;
    border-radius: 10px;
    border: 1px solid blue;
}
#btn4{
    width: 60px;
    height: 30px;
    color: black;
    font-size: 15px;
    text-align: center;
    background-color: yellow;
    border-radius: 10px;
    border: 1px solid yellow;
}
#btn5{
    width: 60px;
    height: 30px;
    color: black;
    font-size: 15px;
    text-align: center;
    background-color: black;
    border-radius: 10px;
    border: 1px solid black;
}