@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans+Condensed:wght@200..900&display=swap');

    * {
            font-family: 'Reddit Sans Condensed', sans-serif;
            line-height: 2;
            color: #333333;
      }

    A {
            font-weight: bold;
            text-decoration: none;
            color: blue;
      }

    A:link {
            color: blue;
           }

    A:visited {
            color: blue;
              }

    A:hover {
            color: blue;
            }

    A:active {
            color: blue;
             }

    BODY {
            background-color: Ivory;
            background: linear-gradient(45deg,Ivory 66%,black 100%);
            background: -webkit-linear-gradient(45deg,Ivory 66%, black 100%);
            background: -moz-linear-gradient(45deg,Ivory 66%, black 100%);
         }

    P {
            margin-right: 20%;
      }

    UL {
            list-style-type: square;
       }

    .img_caption {
            line-height: 1.4;
            width: 75%;
            text-align: justify;
            font-size: smaller;
            font-style: italic;
                 }

    .nobullet {
            list-style-type: none;
              }
