body {
  margin: 0;
  background-color: #c8fff8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
/*  height: 100%; */
  background: #ffffff;

  background-image: url("../image/cutlery_website.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}



@font-face {
  font-family: "Cutlery";
  src: url("../font/CutlerytypeVF.ttf") format("truetype-variations"),
       url("../font/CutlerytypeVF.ttf") format("woff");
}

.commonText {
  font-family: "Cutlery", sans-serif;
  font-size: 5rem;
  margin-top: 2rem;
  transition: all 1s ease-in-out;
  color: black;

  heigth: 20%;
}

.variableText {
  font-family: Cutlery, sans-serif;
  
  font-size: 12rem;

/*  font-size: 1000%; */
  text-align: center;
/*  padding-top: 40%; */
/*  margin-top: auto; */
  transition: all 1s ease-in-out;
  color: black;

  border: 0px red dotted;

  z-index: 9999

/*
  display: flex;
  flex-direction: column;
  align-items: center;
  align: center;
  justify-content: center;
*/

  width: 100%
  height: 100%;
}

main {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -9999;
  opacity: 0.7;
}
/*
.overlay {
  background-image: url("../image/Cutlery_overlay.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  width: 100%;
  height: 100%;

  z-index: 999;

  border: 0px black dotted;
}

img.overlay {
  z-index: 999;

  width: 100%;
  height:100%;

  border 2px dotted blue;
}
*/
