      body {
        background: #000;  
      }

      .clear_both {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
      }

      .clear_both img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
      }
      
      #main {
        color: #32CD32;
        font-family: "Roboto Mono", monospace;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 30pt;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .padding_top {
        padding-top: 40vh;
      }

      a {
        color: #32CD32;
        font-family: "Roboto Mono", monospace;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
      }

      a.hover {
        color: #32CD32;
      }

      a.visited {
        color: #32CD32;
      }
