body {background-color: black;}
body{margin: 0px;}
body{size: 375px;}

#hedda img {
    width: 375px;
height: 87px;}

.maru img{width: 50px;
height: 55px;
padding-top: 30px;
padding-left: 310px;}


.cookie img{width: 375px;
margin-top: -30px;}


.fadeUp img{width: 360px;
margin-top: -20px;

    animation-name:fadeUpAnime;
    animation-duration:1.3s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
        transform: translateY(100px);
      }
    
      to {
        opacity: 1;
        transform: translateY(0);
      }
;
}


.arenzisan img{width: 360px;
    margin-left: 10px;
margin-top: 20px;}


.tuku img{width: 375px;}

.tukur img{width: 375px;
    margin-top: 20px;
}
footer {
  width: 100%;
  height: auto; 
  text-align: center;
  padding: 30px 0;
  background-color: #d3d3d3;
}
.footer-text {
  color: #fff;
  font-size: 12px;
}