head{
  width: 100%;
  background-color: #ffffff;
}

body{
  width: 1--%;
  margin: 0;
}

.container{
  display: flex;
  align-items: flex-start;
  padding: 20px 50px 50px 50px;
}

#spinning-gif{
  width: 400px;
  height: auto;
  margin-right: 10px;
  flex-shrink: 0; /* prevent GIF from shrinking */
}

#text-container{
  font-family: "Newsreader";
  font-weight: 380;
  font-size: 1.15em;
  line-height: 1.4em;
  text-align: left;
  padding-top: 215px;
  word-wrap: break-word;
  white-space: normal; /* preserve line breaks */
  display: block; /* remove flex */
}

a{
  color: #000000;
}

span.word{
  transition: color 0.3s linear;
}

span.italic{
  font-style: italic;
  font-weight: 500;
}

#message{
  display: none; /* hide original paragraph */
}