div.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 150px;
    border: 3px solid #800000;
font-weight: bold;
padding: 5px;
}
