@font-face {
  font-family: "made";
  src: url("/asset/madetype.woff2");
}
body {
    color: white;
    background-color: #454845;
    font-family: made, sans-serif;
    font-display: swap;
    font-size: 120%;
	letter-spacing: 0.5px;
    padding: 0 10% 0 10%;
    min-height: 100vh;
}
@media (min-width: 40rem) {
    body {
        padding: 0 20% 0 20%;
    }
}
a {
	color: inherit;
    font-size: inherit;
    text-decoration: underline dotted;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    cursor: pointer;
}
