body {
    background-image: linear-gradient(to bottom right, #6f82f5, rgb(250, 191, 255), #6f82f5);
    background-repeat: no-repeat;
    min-height: 100vh;
    font-family: "Gamja Flower", sans-serif;
    font-size: 15px;
}

h1 {
  background: -webkit-linear-gradient(#6f82f5, rgb(250, 191, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p {
    color: #5263c0;
}

b {
    color: #5263c0;
}

mark {
    background-color: rgb(250, 191, 255);
    color: #5263c0;
}

a {
    color: #5263c0;
    text-decoration: none;
}

a:hover {
    background: -webkit-linear-gradient(#6f82f5, rgb(250, 191, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

li {
    margin-left: 5vw;
    color: #5263c0;
}

header button:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #6f82f5;
    background: -webkit-linear-gradient(#6f82f5, rgb(250, 191, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-team {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.main-team-person img {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    margin-left: 1vw;
    margin-right: 1vw;
}

.main-team-person a {
    color: #5263c0;
    text-decoration: none;
}

.main-team-person a:hover {
    background: -webkit-linear-gradient(#6f82f5, rgb(250, 191, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.assistants-team {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.assistants-team-person img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-left: 1vw;
    margin-right: 1vw;
}

.assistants-team-person a {
    color: #5263c0;
    text-decoration: none;
}

.assistants-team-person a:hover {
    background: -webkit-linear-gradient(#6f82f5, rgb(250, 191, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bean-wardrobe {
    background-color: #fff;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.bean-wardrobe-item {
    margin: 1vw;
    width: 250px;
}

.bean-wardrobe-item img {
    width: 100%;
    height: auto;
}

.bean-wardrobe-item p {
    margin-top: 1vw;
}

.information button {
    border: none;
    background-color: #ffffff00;
}

.seasons-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.season p {
    padding-left: 2.5em;
    padding-right: 2.5em;
    display: none;
    justify-content: center;
    flex-wrap: wrap;
}

.season button {
    background-color: #fff;
    border: none;
    cursor: pointer;
}

.artist-spirits img {
    width: 350px;
}

.header-img {
    display: flex;
    justify-content: center;
}

#emblem {
    width: 50%;
}

#creativity-header-img {
    width: 100%;
}

.artists-n-spirits img {
    width: 100%;
}

.season-desc {
    padding: 1.5vw;
}

.season-desc img {
    width: 100%;
}

.system-desc img {
    width: 50%;
}

.credits-desc img {
    margin-top: 5vw;
    width: 100%;
}

.profile-n-user img {
    border-radius: 50%;
    width: 75%;
}

.note {
    color: #fff;
    text-align: center;
}

footer {
    background-color: #fff;
    padding: 1em;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    color: #5263c0;
}

/* styling for mobile devices */
@media screen and (max-width: 600px) {
    header {
        background-color: #fff;
        border-radius: 35px;
        margin: 5vw;
        padding: 2.5vw;
        display: flex;
        justify-content: center;
        box-shadow: 5px 10px 5px #242c5a8c;
    }

    header button {
        font-family: "Gamja Flower", san-serif;
        font-size: 15px;
        color: #5263c0;
        border: none;
        background-color: #ffffff00;
        line-height: 10px;
    }

    .information {
        background-color: #fff;
        border-radius: 35px;
        margin-bottom: 5vw;
        margin-left: 5vw;
        margin-right: 5vw;
        padding: 5vw;
        text-align: center;
        box-shadow: 5px 10px 5px #242c5a8c;
    }

    .information h1 {
        font-size: 25px;
    }

    .information h2 {
        font-size: 20px;
    }

    .information p {
        font-size: 15px;
    }

    .information button {
        margin-bottom: 5vw;
    }

    .main-team-person img {
        height: 150px;
        width: 150px;
    }

    #imagetoolong img {
        width: 50%;
    }

    video {
        width: 100%;
    }

    #s_emblem {
        width: 100%;
    }

}

/* styling for desktop devices */
@media only screen and (min-width: 768px) {
    header {
        background-color: #fff;
        border-radius: 35px;
        margin: 2.5vw;
        padding: 1vw;
        display: flex;
        justify-content: center;
        gap: 1vw;
        box-shadow: 5px 10px 5px #242c5a8c;
    }

    header button {
        font-family: "Gamja Flower", san-serif;
        font-size: 25px;
        color: #5263c0;
        border: none;
        background-color: #fff;
    }

    .information {
        background-color: #fff;
        border-radius: 35px;
        margin-left: 2.5vw;
        margin-right: 2.5vw;
        margin-bottom: 5vw;
        padding: 2.5vw;
        text-align: center;
        box-shadow: 5px 10px 5px #242c5a8c;
    }

    .information h1 {
        font-size: 35px;
    }

    .information p {
        font-size: 25px;
    }

    .information li {
        font-size: 25px;
    }

    .information b {
        font-size: 25px;
    }

    .main-team-person {
        margin-left: 2.5vw;
        margin-right: 2.5vw;
    }

    .main-team-person img {
        margin-left: 2.5vw;
        margin-right: 2.5vw;
    }

    .assistants-team-person {
        margin-left: 2vw;
        margin-right: 2vw;
    }

    .assistants-team-person img {
        margin-left: 2vw;
        margin-right: 2vw;
    }

    #emblem {
        margin-top: 5vw;
        width: 350px;
        height: 350px;
    }

    .season-desc {
        display: flex;
    }

    .season-desc-text {
        padding-right: 5vw;
    }

    .season-desc img {
        width: 500px;
        height: 500px;
    }

    .artists-n-spirits {
        display: flex;
        flex-wrap: wrap;
    }

    .spirit-image {
        width: 20%;
    }

    #imagetoolong {
        width: 20%;
    }

    .system-desc img {
        width: 15%;
    }

    #s_emblem {
        margin-top: 5vw;
        width: 350px;
        height: 320px;
    }

    video {
        width: 50%;
    }
}