body {
        background-color: #8ACFAC;
        color: black;
      }
      
.header {
        width: 75%;
        margin: auto;
        margin-top: 2%;
        height: 200px;
        border: 1px solid green;
      }

.headerimage {
        width: 50%;
      }
      
.headerbuttons {
        width: 40%;
        margin-left: 69%;
        padding-top: 140px;
        display: flex;
        align-items: center;
      }
      
.button {
        background-color: #691543;
        padding: 5px;
        margin-right: 5px;
        text-align: center;
        font-size: 14px;
        height: 50px;
        width: 70px;
        border-radius: 12px;
        font-weight: bold;
        bottom: 0px;
        display: inline-block;
      }
      
.about {
        padding-top: 15px;
      }
      
.sarakore {
        width: 110px;
      }
      
.button a {
        color: white;
        text-decoration: none;
      }
      
.main {
        background-color: #8BBFCC;
        color: black;
        width: 95%;
        margin: auto;
        margin-top: 2%;
        margin-bottom: 1%;
        padding: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        border: 2px solid blue;
        border-radius: 30px;
      }
      
p {
        margin: 10px;
      }
      
.g1 {
        background-color: #ffef7f;
      }
.g2 {
        background-color: #cbdeff;
      }
.g3 {
        background-color: #efc79f;
      }