.Mainframe {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size:40px;
    color:white;
}

.Mainframe button {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 15px 32px;
    margin:20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 50px;
  }

  .image {
    display:flex;
    justify-content: flex-end;
  }

  .image img {
    height:200px;
    width:300px;
  }

  body {
    background-color: rgb(0, 0, 0);
  }