a {
    text-decoration: none; 
    color: inherit;      
    cursor: default;
}
a:viewed {
  color: inherit
}
body {
  background-color: #990F02;
  color: white;
  font-family: 'Luminari, fantasy';
}
.bottom-right-img {
    position: fixed;   
    bottom: 20px;     
    right: 20px;       
    z-index: 1000;    
}