@import url('https://fonts.googleapis.com/css2?family=DM+Mono');
* {
  margin-top: 40px;
  color: #E7F9FF;
  font-family: 'DM Mono', monospace;
}
body {
  background-color: #74bff8;
  margin-top: 140px;
  margin-left: 20px;
}
header {
  background-color: #9fe8ff;
  position: absolute;
  top: -50px;
  left: 0px;
  width: 100vw;
  height: 170px;
}
header h1 {
  font-size: 40px;
  height: 20px;
}
header * {
  margin-left: 20px;
  color: #364e5e;
}
header img {
  position: absolute;
  right: 10px;
  top: -5px;
}
