* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'HelveticaNeue';
  src:  url('fonts/HelveticaNeueBold.ttf') format('ttf');
}

  @media (max-width: 767px) {
    .logo img {
      max-width: 100%;
    }
    body {
      overflow-x: hidden;
      overflow-y: hidden; 
    }
  }

body {
  background-color: #FFFF00;
  margin:0;
  padding:0;
  max-width: 100%;
  height:100%;
}

.info {
  text-transform: uppercase;
  text-align: center;
  line-height: 60%;
  margin:0;
  padding:0;
}

p {
  font-family: "HelveticaNeue"; 
  font-weight: bold;
  font-size: 13px;
  line-height: 50%;
}


.info {
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 20px;
}


/* img {
  display: block; 
  margin: 45px;
  position: absolute;
  margin-top: 200px;
}
 */


 .logo {
margin:0;
padding:0;
margin-left: 30px;
}

.logo img {
  width: 80%; /* Adjust the width as needed */
  max-width: 100%;
  height: auto; /* Maintain aspect ratio */
  display: block;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: #41120f;
}

/* selected link */
a:active {
  color: black;
}