@font-face {
    font-family: "Imperial Script";
    src: url("/fonts/imperial-script.woff2") format("woff2"), url("/fonts/imperial-script.ttf") format("truetype");
}

@font-face {
    font-family: "Aladin";
    src: url("/fonts/aladin.woff2") format("woff2"), url("/fonts/aladin.ttf") format("truetype");
}

body {
    background: #75075e;
    color: #fff;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 4rem;
    font-family: "Aladin", sans-serif;
}

h1:first-of-type {
    font-weight: 400;
    font-family: "Imperial Script", cursive;
}

p {
  font-family: sans-serif;
  text-align: right;
  margin: 20px;
}

a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-style: dashed;
}

img {
    width: 70vw;
    max-width: 700px;
}
