@font-face {
  font-family: "MS Gothic";
  src: url("https://file.garden/ZxGm4CZD_A4ytfMc/82388c.FON");
}

@font-face {
  font-family: "Zelda";
  src: url("https://files.catbox.moe/q880bl.ttf")
}

body {
  height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    font-size: 15px;
    font-family: "MS Gothic";
    font-weight: bolder;
    color: black;
    text-align: center;
}

.container {
  margin: 0 auto;
  width: 800px;
  background-color: white;
  height: 550px;
  margin-top: 170px;
}

.sin {
  justify-content: center;
  align-items: center;
}

#inside {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

#inside img {
  height:350px;
}

#butt img {
  margin: 7px 15px 7px 15px;
}
