.circle {
    width:50px;
    height:50px;
    border:2px solid #900;
    border-radius:50%;
    position:fixed;
    text-align:center;
}
