a {
  padding: 4px
}

#1-column {
  width: 312px;
}

#guestbook {
  background: #0f0f0f;
  position: relative;
  border: 2px #59fc02 solid;
  width: 240px;
}

#about {
  width: 500px;
  height: 210px;
  background: #0f0f0f;
  position: relative;
  display: flex;
  border: 2px red solid;
}

#hello {
  border: 2px #59fc02 solid;
  width: 250px;
  height: 400px;
  background: #0f0f0f;
  position: relative;
  padding: 10px;
  margin-right: 40px;
  margin-bottom: 10px;
}

#updatelog {
  border: 2px #59fc02 solid;
  background: #0f0f0f;
  width: 300px;
  height: 500px;
  position: relative;
  overflow: scroll;
}

#updatelog h3 {
  background: #626262;
  margin: 0px;
  padding: 4px;
  width: 294px;
  text-align: center;
}