@import url("https://hello.myfonts.net/count/35106e");
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=99352401-1147-4065-a63d-f7f39e11ce70");

@font-face { font-family: 'KunstlerschreibschD-Med';src: url('webfonts/35106E_0_0.eot');src: url('webfonts/35106E_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/35106E_0_0.woff2') format('woff2'),url('webfonts/35106E_0_0.woff') format('woff'),url('webfonts/35106E_0_0.ttf') format('truetype'); }
@font-face { font-family: "ITC Galliard W01 Roman692801"; src:url("webfonts/87ac9b67-ab82-4fc3-b1a9-b52b90ffe131.eot?#iefix"); src:url("webfonts/87ac9b67-ab82-4fc3-b1a9-b52b90ffe131.eot?#iefix") format("eot"),url("webfonts/91a308a1-bb5a-468d-8f15-6c932f44bf46.woff2") format("woff2"),url("webfonts/b0071fdc-7e92-4cac-a19c-6b12dbed2638.woff") format("woff"),url("webfonts/65d68c56-627a-478d-b839-8d3cb3a95c9e.ttf") format("truetype"),url("webfonts/77544803-b777-4f51-9dff-128506eea7c8.svg#77544803-b777-4f51-9dff-128506eea7c8") format("svg"); }

* {
  margin: 0;
}

body {
  font-family: 'ITC Galliard W01 Roman692801';
  color: #535353;
}

.fullscreen {
  display: grid;
  justify-items: center;
  align-items: center;
  
  width: 100vw;
  height: 100vh;
}

.logo {
  text-align: center;
}

.script {
  font-family: KunstlerschreibschD-Med;
  font-size: 40px;  
}

.callout {
  margin: 45px 0;
  padding: 5px 0;
  border-bottom: 1px solid #535353;
  border-top: 1px solid #535353;
}