@import url('https://fonts.googleapis.com/css2?family=Climate+Crisis&family=Dela+Gothic+One&family=DotGothic16&family=Klee+One&family=Kosugi+Maru&family=New+Rocker&family=Noto+Sans+JP:wght@100..900&family=Stick&family=WDXL+Lubrifont+JP+N&display=swap');

html {
    font-family: Stick;
}

.back-btn {
    background-color: #8CA9FF;
    color: #000;
    border: hsla(0, 0%, 0%, 0);
    width: 100%;
    padding: 5%;
    border-radius: 10px;
    font-family: Stick;
    font-size: 1.5vw;
}

.back-btn:hover {
    background-color: #AAC4F5;
    transition: all 0.2s;
}

.outer {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.menu {
    text-align: center;
}

.back-btn-menu {
    width: 25%;
}