@font-face {
  font-family: "ROMANSEX";
  src: url("../ROMANSEX.ttf");
}

body {
  font-family: "ROMANSEX";
  background-color: white;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out;
  background-image: url("IMG_1959.jpeg");
}

.contents {
  font-size: 2vw;
}

.center-text {
  text-align: center;
}