 html {
        font-size: 31px;
      }
      
      body {
        background-color: #540304;
        color: #000;
      }

      a {
        color: antiquewhite;
      }
      
      a:visited {
        color: gray;
      }

      a:hover, a:active {
        color: lightgray;
      }