@charset "UTF-8";

:root {
    -grobel-fonts: "Kiwi Maru Static";
}

html {
    font-family: var(--grobal-fonts);
}

body {
    font-family: Kiwi Maru;
    background-position: top;
    background-size: cover;
}

header {
    color: #f2c9c9;
    width: 100%;
    margin: 0 150px 0 0;

}

a {
    color: #f2c9c9;
    text-decoration: none;
}

@media screen and (min-width: 769px) {
    .menu-text {
        font-size: 30px;
        color: #f2c9c9;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: center;
        margin: 30px 0 0 auto;
        padding: 0 50px 0 0;
    }


    h1 {
        color: #f2c9c9;
        text-align: center;
        font-size: 65px;
    }

    .works {
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    h2 {
        color: #f2c9c9;
        text-align: center;
        font-size: 45px;
        margin: 20px auto;
    }

    .works-pic1 {
        max-width: 80%;
        height: auto;
        margin: auto;
        display: block;
    }

    .works-pic3 {
        max-width: 80%;
        height: auto;
        margin: auto;
        display: block;
    }

    .works-pic4 {
        max-width: 80%;
        height: auto;
        margin: auto;
        display: block;
    }

    .works-pic5 {
        max-width: 80%;
        height: auto;
        margin: auto;
        display: block;
    }

    p {
        color: #f2c9c9;
        text-align: center;
        margin: 0 0 80px 0;
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .menu-text {
        font-size: 10px;
        color: #f2c9c9;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: center;
        margin: 30px 0 0 auto;
        padding: 0 10px 0 0;
    }


    h1 {
        color: #f2c9c9;
        text-align: center;
        font-size: 20px;
    }

    .works {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    h2 {
        color: #f2c9c9;
        text-align: center;
        font-size: 15px;
    }

    .works-pic1 {
        max-width: 100%;
        height: auto;
        display: inline-block;
        margin: 20px auto 0;
    }

    .works-pic3 {
        max-width: 100%;
        height: auto;
        display: inline-block;
        margin: 20px auto 0;
    }

    .works-pic4 {
        max-width: 100%;
        height: auto;
        display: inline-block;
        margin: 20px auto 0;
    }

    .works-pic5 {
        max-width: 100%;
        height: auto;
        display: inline-block;
        margin: 20px auto 0;
    }

    p {
        color: #f2c9c9;
        text-align: center;
        margin: 0 10px 30px 10px;
        font-size: 12px;
    }
}