@import url('https://fontlibrary.org//face/go-mono');

body {
    font-family: 'GoMonoRegular';
    background-color: #E0E2DB;
    color: #353535;
}

p {
  font-size: 30px;
}

#content {
  position: absolute;
  left: 30px;
  top: 5px;
}

#img {
  position: absolute;
  right: 30%;
  top: 40%;
  width: 600px;
}

@media only screen and (max-width: 730px) {
  #img {
    width: 100%;
    bottom: 0px;
    left: 0px;
  }
}

a {
 text-decoration: none;
 color: tomato;
}