body{
background-image: url(bg.png);
background-position: 15px 0px;
background-size: 210px;
font-family: 'CaviarDreams', sans-serif;
user-select: none;
}

@font-face {
  font-family:CaviarDreams;
  src: url(CaviarDreams.ttf);
}

#container {
	width: 334px;
	height: 482px;
	position: relative;
	margin-top: -538px;
	margin-left: 23px;
	color: #C14040;
	font-size: 14px;
}

#footer{
clear: both;
padding: 3px;
color: #C14040;
filter: saturate(100%);
width: 338px;
height: 20px;
text-align: left;
margin-left: 24px;
margin-top: -18px;
border-radius:9px;
font-size: 13px;
}

#scrolly{
overflow: scroll;
overflow-x: hidden;
width:338px;
height:466px;
margin-top: -13px;
text-align: center;
}

a{
text-decoration-style: dotted;
color: #C14040;
}

a:hover{
background-color: #D1AEAE;
border-bottom: 2px solid #C14040;
text-decoration-style: none;
}

/* CUSTOM SCROLLBAR/SELECT */
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #C14040 #EAA3A3;
  }
 
::-webkit-scrollbar{
width: 8px; 
}
 
::-webkit-scrollbar-track{
background-color: #AEDEA4;
}
 
::-webkit-scrollbar-thumb{
background-color: #6FB861;  
}

.subheader{
background-color: #59785B;
border-bottom: 1px solid #6B9C6E;
color: #fff;
letter-spacing: 3px;
text-align: left;
font-size: 13px;
height: 20px;
}

h1 {
 font-family: 'Cloudy-Weather', sans-serif;
 color: #C14040;
 text-align: left;
 font-weight: normal;
 font-style: normal;
 font-size: 18px;
 letter-spacing: 1px;
 margin-top: -10px;
 margin-bottom: 5px;
 background: #F2A6A6 url(heart.png) no-repeat left;
 padding-left: 20px;
 border-bottom: 2px dotted #C14040;
}

.container {
  position: relative;
  width: 31%;
  display: inline-block;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #5353538C;
  border-radius: 100px;
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 13px;
}