#content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  border-top: solid 5px #daeae9;
  border-left: solid 5px #c8c8c8;
  border-right: solid 5px #c8c8c8;
  border-bottom: solid 5px #c8c8c8;
}

#content .info {
  width: 65%;
  max-width: 300px;
}
