.top{
    background-image: url(./img/top.png);
    background-size: cover;
}

@font-face {
    font-family: rola;
    src: url(./fonts/ROLAchan-Regular.otf);
}
h1{
    word-wrap: break-word;
    font-family: rola,Verdana, Geneva, Tahoma, sans-serif;
}
@media only screen and (max-width:767px){
h1{
    font-size: 5px;
    
}
}