h3{
font-family: monospace,Georgia,Courier;
font-size: 20px;
}
#mainbody{
transition:margin-left .5s;
padding:20px;
}
#element{
display: inline-block;
position: relative;
border:1px solid rgba(0,0,0,0.1);
box-shadow: 1px 5px 5px 3px rgba(0,0,0,0.2);
margin:20px 20px 20px 20px;
min-height: 200px;
min-width: 200px;
}
#content{
position: absolute;
bottom:0;
width:100%;
height: 30%;
color:rgba(255,255,255,1.0);
text-align:center;
margin: auto;
background-color: rgba(0,0,255,0.9);
box-shadow: 1px 1px 1px 1px rgba(0,0,255,0.5);
}
#loader1{
margin:20px auto;
border:8px solid rgba(255,255,255,0.9);
border-radius: 50%;
height: 50px;
width: 50px;
box-shadow: 4px 2px 2px rgba(0,0,255,0.5);
animation: spin_1 2s linear infinite;