@font-face {
  font-family: "DM Sans";
  src: local("DM Sans Regular"), url("/fonts/DMSans-VariableFont_opsz,wght.woff2") format("woff2"), url("/fonts/DMSans-VariableFont_opsz,wght.ttf") format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  src: local("DM Sans Italic"), url("/fonts/DMSans-Italic-VariableFont_opsz,wght.woff2") format("woff2"), url("/fonts/DMSans-Italic-VariableFont_opsz,wght.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
}

html {
  background-color: #fefdfc;
  color: #080806;
}

img {
  display: block;
  margin-left: -100px;
  position: fixed;
  left: 50%;
  top: 16px;
}

p {
  color: #d14d24;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 13px;
  font-style: normal;
  font-weight: 550;
  text-align: right;
  position: absolute;
  left: 50%;
  top: 88px;
}
