
		
    body{text-align: center;
      background-color: #007036;
      font-family: 'Gothic A1', sans-serif;

    }
    .main{
      width: 500px;
      height: 1200px;
      background-color: white;
      display: inline-block;
      box-shadow: 0px 0px 30px 30px white;
      margin: 10%;
    }
    h3{
      font-weight: bold;
    }
