/* Structure */
html {
  font-size: 16px;
}

body {
    color: rgb(255, 255, 255); 
    background-color: rgb(3, 20, 40);
    font-family: Verdana, sans-serif, sans-serif;
    background: linear-gradient(to bottom,
    rgb(3, 20, 40),
    darken(rgb(3, 20, 40), 15%)
  );
}

div.content-spread {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

div.center-phrase {
  align-items: center;
  justify-content: center;
}

div.banner {
  position: relative;
  text-align: center;
}

/* Fonts */
.quicksand-paragraph {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.poiret-one-regular {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Text attributes */
h1 {
  font-family: "Poiret One";
  font-size: 5rem;
}

h2 {
  font-family: "Poiret One";
  font-size: 2rem;
}

p, em, strong {
  font-family: "Quicksand";
}

.title-block {
  font-size: 2em;
}

div.center-float{
  /*font-family: "Poiret One";
  font-size: 35px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
