@import url("reset.css");

body {
  font-family: sans-serif;
}

.mapachi {
  position: absolute;
  height: 75px;
}
.mapachi-1 {
  right: 200px;
}
.mapachi-2 {
  right: 100px;
}

header {
  padding: 20px;
  border-bottom: 2px solid black;
  position: relative;
}

main {
  padding: 20px;
}
