/* made by /powfu! see /resource 4 more templates and awesome code snippets! ✧ദ്ദി( ˶^ᗜ^˶ ) */


main {
 margin: auto;
 width: 500px;
}

.text-container {
 overflow: hidden; 
 background: none;
}

@font-face {
src: url(https://files.catbox.moe/gvfl5a.ttf);
font-family: chalk;
}

*, a {
 font-family: chalk; 
}

.hae {
    border-width: 2px;
    border: 1px solid #000;
    border-radius: 5px;
    height: 320px;
    width: 320px;
    padding: 2px;
    font-size: 0.85em;
    color: #453F55;
    overflow: auto;
    -webkit-transform: rotate(0deg);
    position: relative;
    overflow: hidden;
  margin-top: -355px;
}

.hae:hover .sip {
    height: 0%;
}

.hea {
    text-align: left;
    color: #15111E;
    font-size: 20px;
    width: 100%;
    height: 100%;
    background: #ffffff00;
}
.sip {
    color: #ffffff00;
    font-size: 20px;
    width: 100%;
    height: 100%;
    line-height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.tem {
    height: 100%;
    object-fit: cover;
    white-space: normal;
    float: left;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

  #fart {
    height: 344px;
    width: 330px;
    padding: 6px;
    font-size: 20px;
    color: #000;
    overflow: auto;
    position: relative;
    background: white;
    text-align: center;
    bottom: 2.4em;
    right: 0.5em;
    z-index: 1;
}

  .img1 {
    margin-left: 120px;
    width:auto;
    height:380px;
    -webkit-animation: spin 2s linear infinite;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
  }

  .img1 hover {
    cursor: help;
  }

  @-moz-keyframes spin {
    100% {
      -moz-transform: rotate(360deg);
    }
  }

  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }

  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .img1:hover {
    -webkit-animation: pop 0.3s ease;
  }