body {
    
    margin: 4px, auto;
    padding: 4px;
    border: 4px;
    font-family: monospace;
    background-color: antiquewhite;
    
}

a {
    
    color: midnightblue;
    font-weight: 500;
    letter-spacing: 0.4em;
    font-size: 16px;
    


    
}

a:active {
  color: whitesmoke;
}

a:hover {
    
    color: orangered;
}
