@charset "UTF-8";
/* CSS Document */
.top {
    display: block;
    height: 98vh;
    width: 98vw;
    margin :auto;
  object-fit: cover;
    object-position: 30% 0;
}
@media (max-width:400px){
    .top{
        height: 100vh;
        width: 95vw;
    }
}
.footer {
    display: block;
    position: absolute;
    left:0;
    right:0;
    bottom: 30px;
    margin: 0;
    font-family: oohitalic;
    text-align: center;
 color: #888888;
}
@media (max-width: 350px){
    .footer{
        bottom: 10px;
    }
}