p {
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 300;
}

a {
  color: #31353f;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 300;
  text-decoration: underline;
}

.body {
  background-color: #f4f5f4;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100svh;
  padding: 20px;
  display: flex;
}

.obj-logo {
  width: 100px;
  margin-top: 17px;
  margin-bottom: 27px;
}

.obj-text {
  color: #31353f;
}

.obj-link:hover {
  color: #019adb;
}

.spacer {
  height: 20px;
}

.div-upper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.obj-text-lower {
  color: #31353f;
  margin-top: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding: 9px;
  }
}


