@font-face {
  font-family: "FixedSys";
  src: url(../../fonts/FSEX300.ttf);
}

@font-face {
  font-family: "Win98";
  src: url(../../fonts/WindowsRegular.ttf);
}

body {
  margin: 0 auto;
  padding: 0;
}

.toolbar {
  background-color: silver;
  padding: 0.5em;
  width: 100vw;
  display: inline-flex;
  padding-left: 10px;
  border-bottom: thin solid black;
}
.tool {
  margin-right: 20px;
}
textarea {
  width: 100%;
  height: 93vh;
  resize: none;
  font-size: 24px;
  font-weight: bold;
  font-family: "FixedSys";
}

.tool::first-letter {
  text-decoration: underline;
}
