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

.title {
  padding: 4px;
  text-align:center;
  color:rgb(0, 0, 0);
  letter-spacing:2px;
  font-weight: 400;
  font-size:20px;
  font-style: normal;
  }

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

p {    
  text-align: center;
      margin-inline-start: 15px;
      font-family:"Libre Baskerville";
			letter-spacing: 1px;
			color: rgb(60, 39, 36);
			text-decoration: none;
		}

.boxy {
  margin: 30px auto 30px auto;
  height: 90vh;
  padding-top: 20px;
  padding-bottom:10px;
  position:relative;
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-image-source: url(castiel_border.png);
  border-image-slice:40%;
  border-image-width:30px;
  border-image-outset:20px;
  border-image-repeat:repeat;
  background-color: rgb(233, 174, 174);
  box-sizing: border-box;
}

body {
background-color: #942740;
background-image: url("data:image/svg+xml,%3Csvg width='80' height='88' viewBox='0 0 80 88' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 21.91V26h-2c-9.94 0-18 8.06-18 18 0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73 3.212-6.99 9.983-12.008 18-12.73V62h2c9.94 0 18-8.06 18-18 0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73-3.212 6.99-9.983 12.008-18 12.73zM54 58v4.696c-5.574 1.316-10.455 4.428-14 8.69-3.545-4.262-8.426-7.374-14-8.69V58h-5.993C12.27 58 6 51.734 6 44c0-7.732 6.275-14 14.007-14H26v-4.696c5.574-1.316 10.455-4.428 14-8.69 3.545 4.262 8.426 7.374 14 8.69V30h5.993C67.73 30 74 36.266 74 44c0 7.732-6.275 14-14.007 14H54zM42 88c0-9.94 8.06-18 18-18h2v-4.09c8.016-.722 14.787-5.738 18-12.73v7.434c-3.545 4.262-8.426 7.374-14 8.69V74h-5.993C52.275 74 46 80.268 46 88h-4zm-4 0c0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73v7.434c3.545 4.262 8.426 7.374 14 8.69V74h5.993C27.73 74 34 80.266 34 88h4zm4-88c0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73v-7.434c-3.545-4.262-8.426-7.374-14-8.69V14h-5.993C52.27 14 46 7.734 46 0h-4zM0 34.82c3.213-6.992 9.984-12.008 18-12.73V18h2c9.94 0 18-8.06 18-18h-4c0 7.732-6.275 14-14.007 14H14v4.696c-5.574 1.316-10.455 4.428-14 8.69v7.433z' fill='%23d4bc10' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
  /* credit to hero-patterns.com, Moroccan*/
}

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

	.candy {
    order: 1;
		margin:auto;
    position: relative;
    padding:15px;
    margin-bottom: 20px;
		width: 90%;
    max-width: 700px;
    max-height: 500px;
    height: 50vh;
    min-height:200px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 5px inset rgb(144, 36, 56);
    box-sizing: border-box;
		}

.candystamp{
  display:flex;
  flex-wrap: wrap;
  order: 2;
  margin: auto;
  position: relative;
  justify-content: center;
  height: 20vh;
  margin-bottom: 10px;
  width: 90%;
  max-width: 700px;
  max-height: 200px;
  border: none;
  box-sizing: border-box;
}

.candystamp img{
  max-width: 300px;
  max-height: 50px;
  padding-left: 5px;
  padding-top: 30px;
  overflow: hidden;
}

.box {
  padding-top:5px; 
  padding-bottom: 10px; 
  background: linear-gradient(0deg, rgb(238, 211, 129), rgba(149, 36, 64, 0.912));
  border:none;
  border-radius: 12px;
}

a:link {
  transform-style: uppercase;  
  color:rgb(77, 19, 19);
}

a:hover{
  color: rgb(174, 107, 7);
}

a:visited {
  color:rgb(77, 19, 19);
}

.owner {
    padding: 5px;
    text-align:center;
    font-family:"Libre Baskerville";
    font-size:15px;
  }

.lb-data .lb-caption {
    text-align: center !important;
    font-size: 15px !important;
    font-family:'Franklin Gothic Medium', sans-serif;
    font-weight: 100 !important;
    line-height: 1em !important;
}

.lb-image {
  max-width: 90vw !important;  
  max-height: 90vh !important; 
  width: auto !important;
  height: auto !important;
  padding-bottom: 5px;
}

.p_title{
  padding: 5px;
  text-align:center;
  text-transform: lowercase;
  color:rgb(0, 0, 0);
  letter-spacing:4px;
  font-weight: 400;
  font-size:20px;
  font-style: normal
}