@import url('https://fonts.googleapis.com/css2?family=Delius&display=swap');
		body {
			font-family: lucida,verdana,arial,helvetica;
			font-size: 12px;
			background-color: rgb(225, 205, 148);
			
  			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: 250px;
			position: relative;
		}
		
		.candy {

			position: relative;
			width: fit-content;

		}


		.overlay {
			position: absolute;
			height: 670px;
			top: 190px;
			pointer-events: none;
			transform: translateX(-5%);
			z-index: 3;
			
		}
		  
    .border {
      position: absolute;
      top: 255px;   
      left: 125px;  
      z-index: 2;   
      pointer-events: none;
    }


		h1 {
			font-family: 'Delius', cursive;
			margin: 0;
			padding: 0;
			font-size: 46px;
            color: rgb(163, 115, 5);
			font-weight: normal;
			line-height: 42px;
		}

		.subtitle {
			font-size: 12px;
		}

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

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

		.banner {
			height: 100px;
			
			background: #666;
			text-align: end;
			padding: 12px;
			background-image: url(cherish_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(163, 115, 5);
			text-decoration: none;
			margin-top: 12px;
			border-bottom: 1px dotted rgb(139, 36, 36);
		}

		.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(200%);
			top: -50px;
			pointer-events: none;
		}