body{
    background-color: #9acdd3;
}

#heading{
    position: absolute;
    font-family: 'Times New Roman', Times, serif;
    left: 100px;
}

#cb{
    background-color: #93abd3;
    border-radius: 20%;
    margin-top: 10px;
    padding: 20px;
    position: absolute; 
    top: 180; 
    left: 430;
}

#sb{
    background-color: #93abd3;
    border-radius: 20%;
    margin-top: 10px;
    padding: 20px;
    position: absolute; 
    top: 100; 
    left: 430;
}