body {
    overflow-x: hidden;
}

h1 {
    font-family: "Lucida Console", "Courier New", monospace;
}

a:link {
      color: black;
      text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    color:rgb(167, 167, 167);
    text-decoration: none;
}

.hideable {
    color: white;
    text-decoration: line-through;
    text-decoration-color: black;
}

.hideable:hover {
    color: black;
    text-decoration: none;
}

.responsive {
    display: none;
}

@media (orientation: portrait) {

    body {
          font-size: 10vw;
          word-wrap: break-word;
          white-space: normal;
     }

     .responsive {
        display: inline;
     }

}
