.holder{
	max-width:1250px;
	width:100%;
  margin: 0 auto;
}

a:link {
text-decoration: none;
}

@font-face {
	font-family: "Libertinus";
  	src: url("../fonts/LibertinusSerif-Regular.woff2")format("woff2");
	src: url("../fonts/LibertinusSerif-Regular.woff2") format("woff2"), url("../fonts/LibertinusSerif-Regular.ttf") format("truetype"), url("../fonts/LibertinusSerif-Regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Libertinus";
  	src: url("../fonts/LibertinusSerif-Bold.woff2")format("woff2");
	src: url("../fonts/LibertinusSerif-Bold.woff2") format("woff2"), url("../fonts/LibertinusSerif-Bold.ttf") format("truetype"), url("https://newarcade.cc/fonts/LibertinusSerif-Bold`.otf") format("opentype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Libertinus";
  	src: url("../fonts/LibertinusSerif-Italic.woff2")format("woff2");
	src: url("../fonts/LibertinusSerif-Italic.woff2") format("woff2"), url("../fonts/LibertinusSerif-Italic.ttf") format("truetype"), url("../fonts/LibertinusSerif-Italic.otf") format("opentype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Libertinus";
  	src: url("../fonts/LibertinusSerif-BoldItalic.woff2")format("woff2");
	src: url("../fonts/LibertinusSerif-BoldItalic.woff2") format("woff2"), url("../fonts/LibertinusSerif-BoldItalic.ttf") format("truetype"), url("https://newarcade.cc/fonts/LibertinusSerif-BoldItalic`.otf") format("opentype");
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: "Libertinus Math";
  	src: url("../fonts/LibertinusMath-Regular.woff2")format("woff2");
	src: url("../fonts/LibertinusMath-Regular.woff2") format("woff2"), url("../fonts/LibertinusMath-Regular.ttf") format("truetype"), url("../fonts/LibertinusMath-Regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

body {
  margin:0;
  font-family: "Libertinus", "Libertinus Math", 'Times New Roman', Times, serif;
  font-weight: 400;
  background-color: pink;
  color: black;
}

h1 {
  color: black;
  font-family: Earwig Factory;
  font-size: 50px;
}

@font-face {
  font-family: "Earwig Factory";
  src: url("../fonts/earwig_factory_rg-webfont.woff") format("woff");
  src: url("../fonts/earwig_factory_rg-webfont.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
	font-family: "Libertinus";
  	src: url("../fonts/LibertinusSerif-Regular.woff2")format("woff2");
	src: url("../fonts/LibertinusSerif-Regular.woff2") format("woff2"), url("../fonts/LibertinusSerif-Regular.ttf") format("truetype"), url("../fonts/LibertinusSerif-Regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@media screen and (min-width: 768px) {  
    .window {
    width: 25%;
    margin: 32px;
    }
}

@media screen and (max-width: 767px) {  
  .window {
    width: 66%;
  }
}

.buttons img {
  width: 88px;
  height: 31px;
  transition: transform .2s; 
}

p {
  font-family: "Libertinus", "Libertinus Math", 'Times New Roman', Times, serif;
  color: black;
}