@font-face {
  font-family: Rowdies-Bold;
  src: url(../Rowdies-Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: Rowdies-Light;
  src: url(../Rowdies-Light.ttf);
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Rowdies-Bold;
}

.left_red {
  background-color: #543448;
  height: 110vh;
  width: 70%;
}

.right_blue {
  background-color: #3c344c;
  height: 110vh;
  width: 100%;
  border-right: 50px;
  border-right: #3c344c;
}

.text {
  font-size: 70px;
  padding-top: 5px;
  margin-left: 40%;
}

.text2 {
  font-size: 35px;
  margin-top: -10px;
  font-family: Rowdies-Light;
  font-style: normal;
  align-self: center;
}

.text3 {
  font-size: 45px;
  margin-top: -10px;
  font-family: Rowdies-Light;
}

a {
  color: black;
}

@media only screen and (max-width: 635px) {
  .text2 {
    font-size: 1.2rem;
    margin-top: -5px;
    font-family: Rowdies-Light;
    font-style: normal;
    align-self: center;
  }
}
