@charset "UTF-8";

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

@font-face {
    font-family: "ROLAchan";
    src: url(../fonts/ROLACHAN-REGULAR.OTF);
}

.top {
    font-family: "ROLAchan";
}

.about {
    font-family: ROLAchan;
}