@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

		body {
			font-family: lucida,verdana,arial,helvetica;
			font-size: 12px;
			background-color: rgb(140, 207, 122);
  		display: flex;
  		justify-content: center; 
 			align-items: center;     
  		height: 50vh;           
  		margin: 0;
		}
        
  .centerme {
   
   display: flex;
   justify-content: center;
   align-items:center;
   margin: auto;
    
  }

		.container {
			width: 480px;
			height: 200px;
			margin: auto;
			margin-top: 200px;
      margin-left: -75px;
			position: relative;
		}
		
		.candy {

			position: relative;
			width: fit-content;

		}


		.overlay {
			position: absolute;
			height: 800px;
			top: 70px;
			pointer-events: none;
			transform: translateX(20%);
			z-index: 3;
			
		}
		  
    .border {
      position: absolute;
      top: 255px;   
      left: 40px;  
      z-index: 2;   
      pointer-events: none;
    }


		h1 {
			font-family: 'Playfair Display', serif;
			margin: 0;
			padding: 0;
			font-size: 46px;
            color: rgb(10, 128, 29);
			font-weight: 4px;
			line-height: 42px;
		}

		.subtitle {
			font-size: 12px;
		}

        h3 {
			display: inline-block;
			text-transform: uppercase;
			letter-spacing: 2px;
			font-weight: bold;
			color: rgb(70, 159, 74);
			text-decoration: none;
			margin-top: 12px;
			border-bottom: 1px dotted rgb(139, 36, 36);
		}

		.white {
			border: 1.5px solid #0b5c18;
			padding: 12px;
		  margin-top:300px;
			background-color: white;
		}

		.banner {
			height: 100px;
			background: #666;
			text-align: end;
			padding: 12px;
			background-image: url(allen_banner.jpg);
			background-position: 1px;
			background-size: cover;
			color: #EEE;
			font-size: 10px;

		}

        a {
			display: inline-block;
			text-transform: uppercase;
			letter-spacing: 2px;
			color: rgb(70, 159, 74);
			text-decoration: none;
			margin-top: 12px;
			border-bottom: 1px dotted rgb(77, 163, 80)
		}

		.updates {
			width: 340px;
			margin-left: 60px;
			overflow: hidden;
			height: 14px;
		}

		.update {
			display: inline;
			margin-right: 170px;
		}

		.item-desc {
			font-size: 12px;
            letter-spacing:1.5px;
            line-height:20px;
		}


		.title {
			position: absolute;
			height: 670px;
			transform: translateX(10%);
			top: -50px;
			pointer-events: none;
		}