body {
  background-color: #F15A24;
  font-family: 'Raleway', sans-serif;
  color: white;
  height: 100vh;
  width: 100vw;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 36px);
  width: 100%;
}

.title-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 13.5vw;
}

.bar {
  width: 1.5vw;
  height: 100%;
  background-color: white;
  margin-top: -5px;
  margin-right: 2vw;
}
.site-name {
  word-break: break-all;
  /* font-size: 165px; */
  font-size: 9vw;
  text-transform: uppercase;
  line-height: 7vw;
  /* line-height: 135px; */
}

.email-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.email-wrapper a{
  text-decoration: none;
  color: white;
  margin-bottom: 20px;
}