@font-face {
  font-family: "SaintNicholas";
  src: url("SaintNicholas_PERSONAL_USE_ONLY.woff") format("woff");
}

body {
  background-color: white;
  background-size: contain;
background-repeat: no-repeat;
height: 100vh;
overflow: hidden;
  font-family: "SaintNicholas";
}

img {
  padding-top: 1px;
  width: 1000px;
height: 160px;
margin: auto;
display : block;
  
}

h1 {
  text-align: center;
  font-weight: normal;
  transform: scale(1, 3);
  font-size: 100px;
  letter-spacing: -6px;
}
