body{
background-color:lightsteelblue;
font-family: "Brush Script MS";
}

#p1, #p2, #p3{
    align-self: center;
}

#b1{
size:900%;
background-color:rgb(45, 210, 45);
border-radius:20px;
}

#b2{
    size:900%;
    background-color: greenyellow;
    border-radius: 20px;
}

#b3{
    size: 900%;
    background-color: rgb(122, 215, 215);
    border-radius: 20px;
}


h1{
display: inline-block;
}
.kcplogo{
display: inline-block;
}