body {
    text-align: center;
    background-color: yellow;
}
h1 {
    color:blue;
    font-family: cursive;
}
h2 {
    color:blue;
    font-family: cursive;
}

.whiteKeys {
    width:100px;
    height:200px;
    border: 1px solid black;
    padding:20px;
    display: inline-block;
    background-color: white;
}
.blackKeys {
    width:25px;
    height:100px;
    border: 1px solid black;
    padding:20px;
    display: inline-block;
    background-color: black;
    position: absolute;

}
div {
    font-size: 0px;

}
#css {
    left:294px;
}
#dss {
    left:436px;
}
#fss {
    left:719px;
}
#gss {
    left:862px;
}
#asha {
    left:1002px;
}
p {
    font-size: 50px;
    color:blue;
    font-family: cursive;
}
#keyPara {
    text-align: left;
    font-size:25px;
}
button {
    border-radius: 300px;
    height:100px;
    width:100px;
    background-color: aqua;
    font-family: impact;
}