@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Source+Code+Pro&display=swap');
.titlefont {
  font-family: 'Source Code Pro', monospace;
}
.subtitlefont {
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: bold;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.stack_container {
  display: flex;
}
@media screen and (min-width: 1000px) {
  .stack1 {
    width: 100%;
  }
  .stack2 {
    width: 100%;
    margin-top:25%;
    margin-left: -100%;
  }
  .maintitle {
    color: #d1ac00;
    font-size: 6em;
  }
  .mainemail {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 999px) {
  .stack1 {
    width: 100%;
  }
  .stack2 {
    width: 100%;
    margin-top:40%;
    margin-left: -100%;
  }
  .maintitle {
    color: #d1ac00;
    font-size: 6em;
  }
  .mainemail {
    font-size: 3em;
  }
}
.mainicon {
  font-size: 27em;
  color: #2f3e46;
  z-index: 1;
}
