body{
    background: url(images/drums.png) no-repeat 50%;
    font-size: large;
}
p{
    color: rgb(0, 139, 132);
    font-size: 50px;
    text-shadow: rgb(228, 195, 135) 1px 0 20px;
}
h1{
    color: rgb(0, 139, 132);
    text-shadow: rgb(228, 195, 135) 1px 0 20px;
    font-size: 100px;
}
main{
    display: flex;
    justify-content: space-between;
    height: 600px;
}
main p{
    color: rgb(0, 139, 132);
    font-size: 30px;
    text-shadow: rgb(228, 195, 135) 1px 0 20px;
    
}
main div{
    margin: 70px 0px 0px 0px;
    background-color: black;
    height: 150px;
    width: 80px;
    border-radius: 20%;
    opacity: 0.9;
    text-align: center;
}
kbd{
    font-size: 40px;
    text-shadow: rgb(228, 195, 135) 1px 0 20px;
    color: red;
    background-color: white;
    
}