.page {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(24, 24, 24);
  }
  
  .container {
    width: 88%;
    padding: 16px;
    color: #fff;
    font-family: monospace;
    font-size: 16;
    vertical-align: auto;
  }

  .rightpic {
    float: right;
    width: 60%;
    top: 200;
    right: 24;
    position: absolute;
    z-index: -1;
  }

  A {
    text-decoration: underline;
  }

  A:hover {
    font-weight: bold;
    color: red;
  }