@font-face {
  font-family: 'Steps Mono';
  src: url('steps-mono.woff2') format('woff2'),
       url('steps-mono.otf') format('opentype'),
       url('steps-mono.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Steps Mono', ui-monospace, monospace;
  background: #FFADE5;
  color: #000000;
  min-height: 100vh;
  padding: 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.me {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin-bottom: 4vw;
}

.text {
  font-size: clamp(1.05rem, 2.4vw, 1.7rem);
  line-height: 1.4;
  font-weight: normal;
  color: #1e50ff;
  margin-bottom: 1em;
  max-width: 58ch;
}

a {
  color: #DEFF8A;
  text-decoration: underline;
}
