@font-face {
  font-family: HoboStd;
  src: url(/fonts/HoboStd.woff);
}

/* Reset default margin and padding */
body, h1, p {
  margin: 0;
  padding: 0;
  background-color:#fff0e5;
  font-family: HoboStd, Console;
  color:#333333;
}

/* Center content vertically and horizontally */
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}


/* Style for the main heading */
h1 {
  font-size: 35px;
  margin-top: 20px;
  text-transform:capitalize;
  font-weight:bold;
  Text-decoration:underline;

}

/* Style for the company description */
p {
  font-size: 18px;
  margin: 10px 0;
  font-weight:bold;
}

/* Style for the email link */
a {
  color: #007bff;
  text-decoration: none;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }
}

#mrmuk {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
h2 {
  margin:10px;
}

a { text-decoration: underline;}