@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
      

      html {
        cursor: crosshair;
      }

      body {
        font-family: "Spectral", serif;
      }

      .content {
        padding: 24px;
        display: inline-block;
        min-width: 280px;
        max-width: 380px;
        line-height: 8px;
        position: absolute;
      }
      
      p {
        font-size: 12px;
        line-height: 130%;
        font-weight: 300;
      }
      
      a {
        font-weight: 600;
        text-decoration: none;
        color: black!important;
      }

      a:hover {
        cursor: cell;
        text-decoration: line-through;
      }

      a:visited {
        color: black;
      }
      
      b {
        font-weight:600;
      }

      @media (max-width: 600px) {
        .content {
          margin: auto;
          padding-top: 37%;
        }

      }

      @media (min-width: 601px) {
        .content {
          position: absolute;
          left: 25%;
          top: 37%;
        }
      }