body {
  background-color: black !important;
  font-family: hearts;
}
@font-face {
  font-family: hearts;
src: url("https://dl.dropbox.com/s/1479f8x52y3z5u4/rainyhearts.ttf");
}
html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0; /* remove scrollbar space */
background: transparent; /* to make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
background: transparent;
}
/* ----------------------------------------------
 * Generated by Animista on 2026-6-22 19:13:32
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.main {
  background: #e1e1e1;
  width: 500px;
  height: 500px;
  margin: auto;
  margin-top: 80px;
  padding: 15px;
  position: relative;
}

.section {
  background: white;
  border: 3px solid #870202;
  width: 300px;
  height: 350px;
  padding: 15px;
  position: relative;
  left: -3em;
  text-align: center;
	-webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
} 
  
.images {
  border: 3px solid #870202;
  background-color: rgb(255 255 255 / 50%;
  width: 315px;
  height: 55px;
  position: relative;
  left: -3em;
  margin-top: 15px;
  padding: 10px;
}
  
  
  
  
  
  
  
  