body {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #f0f0f0; /* Optional: Set a background color */
}

#main {
  position: relative;
  width: 100%;
  height: 100%;
}

#logo {
  padding-top: 20%;
  text-align: center;
}

#logo img {
  max-width: 100%
  margin: 10px;
}

#link {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px; /* Adjust the padding as needed */
}

h1 {
  font-size: 14px;
  font-family: arial;
  margin: 0;
}

h1 a {
  color: #333;
  text-decoration: none;
  font-weight: normal;
}

h1 a:hover {
  color: #EB1C25;
  text-decoration: none;
}
