body {
    background-color: #A2B4D5;
}

#toolbar{
    width: 100%;
    height: 50px;
    padding: 10px;
    top: 0;
    position: fixed;
    background-color:#0F87FF;
    color: white;
    font-family: sans-serif;
}

.radcontrol{
    width: 30px;
    height: 30px;
    background-color: #4f4f4f;
    display: inline-block;
    color: white;
    text-align: center;
    padding: 5px;
    font-size: 25px;
    
}

#drawingCanvas{
    background-color: white;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

#heading{
    float:inherit;
    color: white;
    font-size: 50px;
    text-align: center;
    color: #A2B4D5;
}

#colorchooser{
    float: right;
    top: 450px;
    right: 9px;
    position: absolute;
}

#chosencolor{
    height: 45px;
    width: 45px;
    text-align: center;
}

#color{
    height: 120px;
    width: 320px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    float: right;
}

#blue1{
    float: right;
    height: 40px;
    width: 40px;
    border-radius: 15px;
    background-color: dodgerblue;
    position: absolute;
    top: 150px;
    right: 250px;
}

#red1{
    float: right;
    height: 40px;
    width: 40px;
    border-radius: 15px;
    background-color: red;
    position: absolute;
    top: 150px;
    right: 110px;
}

#white1{
    float: right;
    height: 40px;
    width: 40px;
    border-radius: 15px;
    background-color: white;
    position: absolute;
    top: 150px;
    right: 180px;
}

#black1{
    float: right;
    height: 40px;
    width: 40px;
    border-radius: 15px;
    background-color: black;
    position: absolute;
    top: 210px;
    right: 250px;
}

#yellow1{
    float: right;
    height: 40px;
    width: 40px;
    border-radius: 15px;
    background-color: yellow;
    position: absolute;
    top: 210px;
    right: 110px;
}

#green1{
    float: right;
    height: 40px;
    width: 40px;
    border-radius: 15px;
    background-color: forestgreen;
    position: absolute;
    top: 210px;
    right: 180px;
}

#rad{
    float: right;
    position: absolute;
    top: 280px;
    right: 55px;
    background-color:#0F87FF ;
    color: brown;
    font-size: 30px;
    padding: 5px;
    color: black;
}

#clear{
    float: right;
    width: 300px;
    color: black;
    background-color:#0F87FF; 
    position: absolute;
    top: 350px;
    right: 50px;
    text-align: center;
    font-size: 30px;
}

img{
    height: 30px;
    width: 30px;
}

#download{
    float: right;
    position: absolute;
    color: blueviolet;
    font-size: 23px;
    right: 32px;
    top: 80px;
    color: #121212;
    background-color:#0F87FF;
}