body {
    background-color: cornsilk;
    font-size: large;
    color: brown;
    text-align: center;
}
.top-left {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 300px;
      height: 970px;
    }

    .top-right {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 300px;
      height: 970px;
    }