@import url('https://fonts.googleapis.com/css2?family=Playwrite+GB+S&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');		
        body {
			font-size: 12px;
			background-image: url(red_tile.gif);
            background-repeat: repeat;
			
  			display: flex;
  			justify-content: center; 
 			align-items: center;     
  			height: 50vh;           
  			margin: 0;
		}

		.main {
			width: 480px;
			height: 200px;
			margin: auto;
			margin-top: 200px;
            padding: 50px;
			position: relative;
		}

		.candy {

			position: relative;
			width: fit-content;
			margin: auto;

		}

		.overlay {
			position: absolute;
			height: 750px;
			top: 100px;
			pointer-events: none;
			transform: translateX(30%)
		}


		h1 {
			font-family: 'Playwrite GB S', cursive;
			margin: 0;
            padding-top:13px;
			padding-left: 10px;
			font-size: 46px;
            color: rgb(170, 45, 45);
			font-weight: normal;
			line-height: 50px;
		}

		.subtitle {
			font-size: 12px;
		}

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

		.white {

            border-image-source: url(celeste_border.png);
            border-image-slice:40%;
            border-image-width:40px;
            border-image-outset:10px;
            border-image-repeat:repeat;
			padding: 10px;
			margin: 10px;
			background-color: rgb(251, 224, 165);
		}

        a {
			display: inline-block;
            opacity:1;
            padding-left:10px;
			text-transform: uppercase;
            font-family: 'Libre Baskerville';
			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;
		}