/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  color: black;
  font-family: Times New Roman;
}



.page {
  display: block; margin-left: auto; margin-right: auto; width: 50%;
  text-align: center;
  width:800;
  height: 640;
  image-rendering: pixelated;
  image-rendering: crisp-edges;  
  border: 5px solid #161735;
}

.arrow {
  outline: 5px;
  font-size: 150%;
  font-family: Comic Sans MS;
  margin: 20px auto;
  max-width: 600px;
  padding: 20px;
  text-align: center;
  color: black;
  font-size: 150%;
}

.arrowcontainer {
  margin: 20px auto;
  max-width: 300px;
  text-align: center;
  color: black;
  outline: 5px;
  font-size: 150%;
  font-family: Comic Sans MS;
  box-sizing: border-box;
  border: 5px solid black;
  border-radius: 5px;
  background-color: #FF3232;
}

.textbox {
  margin: 20px auto;
  max-width: 700px;
  padding: 20px;
  text-align: center;
  color: black;
  outline: 5px;
  font-size: 125%;
  font-family: Comic Sans MS;
  box-sizing: border-box;
  border: 5px solid black;
  border-radius: 5px;
  background-color: #66D9B0;
}

.newsletter {
  color: black;
  font-size: 150%;
  font-family: Times New Roman;
}

.blackbox {
  border: 1px solid #f00;
  position: relative;
  z-index: 2;
}

.newsletterimage {
  float: left;
  margin: 0 1.5rem 1rem 0;
  border: 3px solid #A0A0A0
}

.newsletterbox {
  max-width: 700px;
  margin: 2rem auto;
  padding: 1.5rem;
  border: 10px solid #A0A0A0;
  background-color: #E5E5E5;
}

.newsletterbox::after {
  content: "";
  display: block;
  clear: both;
}

.followme {
  font-size: 200%;
  font-family: Comic Sans MS;
}