:root {
  max-width: 100vw;
  background: #5327ae;
  color: #eee;
  font-size: 22px;
  font-family: 'Caveat Brush', cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

main {
  max-width: 640px;
  padding: 1rem;
}

a {
  color: #eee;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid #eee;
}

code {
  word-wrap: break-word;
  word-break: break-all;
  display: block;
  margin: 1rem 0;
  font-size: 0.8rem;
}

img {
  position: fixed;
  bottom: 0;
  right: 2rem;
  width: 200px;
  display: block;
  z-index: -1;
}

p {
  margin: 1.5rem 0;
}

h1 {
  font-size: 4rem;
  margin: 0;
  line-height: 1;
}

.trade {
  text-decoration: none;
  color: #5327ae;
  display: block;
  margin: 1rem auto;
  font-size: 1.5rem;
  border-radius: 0.3rem;
  background: #eee;
  padding: 0.3rem 0.6rem;
  text-align: center;
}
