/* Lifted from the index page*/

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

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: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}


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%;
}

#blogon {
  width: min(60%, calc(100% - 2rem));
  margin-left: auto;
  margin-right: clamp(1rem, 10vw, 12%);
  padding: 1rem;
  box-sizing: border-box;
  color: azure;
  font-size: 110%;
}


.center {
  text-align: center;
}

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


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

.rose {
  color: mistyrose;
}


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

figcaption {
  /*font-style: italic;*/
  color: mistyrose;
  font-size: 0.75em;
}

/*bullet point color*/

ul li::marker {
  color: lightcoral;
}