/* Lifted from the index page*/

    #banner {
      background-image: linear-gradient(#191970, #6e7f9000);
      text-align: center;
      padding: 3%;
      padding-top: 7%;
    }

    a:link {
      color: #e78f9a;
      background-color: transparent;
      text-decoration: none;
    }

    a:visited {
      color: #e78f9a;
      background-color: transparent;
      text-decoration: none;
    }

    a:hover {
      color: azure;
      background-color: transparent;
      text-decoration: underline;
    }

    a:active {
      color: orange;
      background-color: transparent;
      text-decoration: underline;
    }

    #ufos {
      width: 100%;
      height: 400;

      position: absolute;

      top: 0;
      left: 0;
      z-index: 3;
    }


    body{
    overflow-x:hidden;
}

    #banner h1 {
      font-size: 276%;
      color: azure;
      margin: 0;
    }



    #writes {
      text-align: right;
      color: #e78f9a;
      font-size: 25px;
      font-weight: bold;
      font-family: serif;
      padding-right: 38%;
    }

    #catch-me {
      background-color: #f05e76;
      color: black;
      width: 30%;
      border: 0.5px solid #e78f9a;
      padding: 1%;
      margin: 1%;
      float: left;
    }

    #catch-me h2 {
      font-family: "Georgia", Times, serif;
      font-weight: bold;
      font-size: 200%;
      text-align: center;
    }

    #catch-me h4 {
      font-family: "Georgia", Times, serif;
      font-size: 100%;
      text-align: center;
    }

    #content {
      width: 61%;
      padding: 1% 2% 2% 2%;
      float: right;
      color: azure;
      font-size: 110%;
    }

    .center {
      text-align: center;
    }

    body {
      background-color: #6e7f90;
      font-family: Arial, sans-serif;
      color: #fffdd0;
      margin: 0;
      padding: 0;
    }

/* CHAD */


/* Paragraphs inside #content 
#content p {
  color: azure;
}
*/

/* Utility spans */
.lg-rose, .lg_rose {           /* use either - or _ */
  font-size: 110%;
  color: mistyrose;
}

.rose {
  color: mistyrose;
}

/* “head”: like <h3><em><font color="lightcoral"> 
h3.head,
.head {
  color: lightcoral;
  font-style: italic;
}
  */

/* If you use <span class="head">, make it behave like an h3 */
.head {
  display: block;
    color: lightcoral;
  font-style: italic;
  font-size: 1.17em;           /* approx default h3 size */
  margin: 1em 0;               /* approx default h3 margins */
}

