/*main*/

a:link {
  color:#bbb904;
  text-decoration: none;
}
a:visited {
  color:#bbb904;
  text-decoration: none;
}
a:hover {
  color"#bbb904;
  text-decoration: underline;
}
a:active {
  color:#bbb904;
  text-decoration: none;
}

body, html {
  height: 100%;
  margin: 0;
  font-family: Montserrat;
  color: #626465;
  box-sizing: border-box;
}

.split {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top 20px;
}

.left {
  left: 0;
  background-image: url('2024MarksHotSauce-TransLogo.png');
  background-repeat: no-repeat;
  background-size: 100% 90%;
  background-color: #EF4429;
}

.right {
  right: 0;
  background-color: #white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.centered img {
  width:150px;
  border-radius: 50%;
}

.m1 {
  font-family: 'Montserrat', 'Dosis', sans-serif;
  margin-top: 50px;
  margin-bottom: 100px;
  margin-right: 150px;
  margin-left: 80px;
}
h2 {
  font-size: 25px;
  font-family: 'Garamond';
  color: #000000;
}