 .main-wrapper {
     height: 100vh;
     background-color: #E2766A;
 }

 .section {
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
 }

 .half {
     background: #a9df06;
     height: 100%;
     width: 100%;
     margin: 15px 0;
 }

 .center {
    margin: auto;
    padding: 10px;
    color: whitesmoke;
  }

  .center h4 {
    font-size: 25pt;
    font-weight: bold;
  }

  .center p {
    font-size: 16pt;
  }

  .center a img{
    max-width: 200px;
    /* margin: auto; */
  }

  @media (max-width:500px){
    .center a img{
        margin: auto;
      }
  }