@import url(./aside.css);
@import url(./main.css);
@import url(./footer.css);

@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://cdn.staticfile.org/lxgw-wenkai-screen-webfont/1.6.0/style.css);

@import url('https://fonts.googleapis.com/css2?family=Farsan&family=Signika:wght@300..700&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Pacifico','LXGW WenKai Screen', cursive;
}

a {
    text-decoration: none;
    color: #918ff0;
}

a:hover {
    color: #ff0000;
}
.common-font-en{
    font-family: 'Farsan', Courier, monospace;
    font-weight: 700;
}
.shell{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #f0f0f0;
}