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

        body {
			font-size: 12px;
			background-image: url(natfl429.jpg);
            background-repeat: repeat;
			
  			display: flex;
  			justify-content: center; 
 			align-items: center;              
  			margin: 0;
		}

		.candy {

			position: absolute;
			padding-top: 550px;
			height: 700px;
			margin: 200px auto 0;

		}

		.overlay {
			position: absolute;
			height: 700px;
			top: 5px;
			bottom: 0px;
			pointer-events: none;
			transform: translateX(-35%)
		}


		h1 {
			font-family: 'Indie Flower', cursive;
			margin: 0;
      padding-top:30px;
			padding-left: 10px;
			font-size: 50px;
            color: rgb(170, 45, 45);
			font-weight: normal;
			line-height: 50px;
		}

		.subtitle {
			font-size: 12px;
		}

        h3 {
			display: inline-block;
            padding-left:15px;
            font-family:"Quantico";
			text-transform: uppercase;
			letter-spacing: 2px;
			font-weight: bold;
			color: rgb(208, 44, 23);
			text-decoration: none;
		}

		.white {
            position: relative;
            padding-top: 100px;
            border-image-source: url(frame2.png);
            border-image-slice:40%;
            border-image-width:40px;
            border-image-outset:10px;
			      border-image-repeat:round;
            padding: 20px;
            padding-bottom: 30px;
            margin-top: 170px;
            height: 400px;
            width:400px;
			background-image:url('beige158.gif');
		}

        a {
			display: inline-block;
            opacity:1;
            padding-left:10px;
			text-transform: uppercase;
            font-family: 'Quantico';
			letter-spacing: 2px;
			color: rgb(208, 44, 23);
			text-decoration: none;
			margin: 5px;
		}

        a:hover{
            color:red;
            text-decoration: underline;
        }

		.item-desc {
			font-size: 12px;
            letter-spacing:1.5px;
            line-height:20px;
            padding-left:15px;
		}
        
        button {
            position: relative;
            top: 660px;
            left:500px;
            text-align: center;
            border: none;
        }

		.title {
			margin-left: 11px;
		}