@font-face {
    font-family: pixel;
    src: url("PixelGame.otf") format("opentype");
}
@font-face {
    font-family: pixeled;
    src: url("Pixeled.ttf") format("truetype");
}
body {
  background-image: url('https://forums.stardewvalley.net/attachments/bfjsk-png.26969/');
  background-size: cover;
}
#container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
h1, h2, h3, h4 {
  font-family: pixel, sans-serif;
  color: #c4472e;
}
iframe {
    overflow-clip-margin: content-box !important;
    overflow: clip !important;
    border-width: 0px;
    border-style: inset;
    border-color: transparent;
    border-image: none;
}
.homebtn button{
  justify-content: center;
  text-align: center;
  align-items: center;
  background-image: url('images/textbox.png');
  background-size:100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: #c4472e;
  font-size: 5vw;
  font-family: pixel, sans-serif;
  padding: 5px 25px;
  transition: transform 0.5s;
}
.homebtn button:hover {
  transform: translateY(-10px);
}