    body {
      font-family: Arial, sans-serif;
      text-align: center;
      margin: 0;
      padding: 0;
      background-color: #000000;
    }

    h1 {
      margin-top: 20px;
      color: #333;
    }

    p {
      color: #555;
    }

    .mnb {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      width: 100%
      height: 100%;
      margin: 20px 0;
    }

    .mnb div {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
      border-radius: 5px;
    }
    
    .first {
    	padding-top: 0;
    }
    .second {
    }
    .third {
      padding-top: 100px;
      text-align: center;
    }
    .third p {
      color: #990000;
    }
    .fourth {
      padding: 50px 0;
      text-align: center;
    }
    .fourth p {
      color: #990000;
    }
    
    @media only screen and (min-width: 720px) {
    	
    	.first {
    	  padding-top: 50px;
      }
      .third {
    	  position: absolute;
    	  top: 0;
    	  left: 100px;
    	  padding: 100px;
      }
      .fourth {
    	  position: absolute;
    	  top: 0;
    	  right: 100px;
    	  padding: 100px;
      }
    }
    
    @media screen and (max-width: 480px) {
      .mnb div {
        width: 100%;
        font-size: 20px;
      }
    }

.mayaanimation {
	text-align: center;
}