body {
  font-family: monospace;
  background: black;
  color: white;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}
a {
  color: white;
  text-decoration: underline;
}
a:hover {
  font-weight: bold;
}
#m-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.texts {
  width: 100%;
}
h1 {
  width: 100%;
  text-align: center;
}
