.box
{
    background: #8e54e9;
    background: -webkit-linear-gradient(232deg, #8e54e9 0%, #4776e6 100%);
    background: linear-gradient(232deg, #8e54e9 0%, #4776e6 100%);
    border-radius: 10%;
    width: 150px;
    
}

#basic
{
    margin : 0 auto;
    width:70%;

}

#calendar
{
    /* text-align: center; */
    /* margin : 100px 0px 0px 20px; */
    position: fixed;
    float:left;
    top: 105px;
    left: 27%;
    margin-left: -500px;

    
}

#sidebox { background-color:#F0F0F0; position:absolute; width:120px; top:433px; right:420px; padding: 3px 10px }

