body {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(236, 215, 171, 1) 21%, rgba(249, 195, 252, 1) 45%, rgba(172, 234, 184, 1) 71%, rgba(252, 185, 96, 1) 100%);
}

.head-gif {
    width: 70%;
}

.main-title-img {
    max-width: 50%;
    max-height: 50%;
}

.character {
    max-width: 25%;
}

.description {
    margin-bottom: 3em;
}

.character-name {
    line-height: 2em;
    font-size: 1.5em;
}

.description-text {
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 4em;
}

.info-button {
    padding: .5em;
    border-radius: 5px;
    color: #FFFFFF;
    margin-bottom: 1em;
    background-color: #787C9B;
    width: 50%;
}

@media screen and (max-width: 991px) {
    .description {
        flex-wrap: wrap;
        text-align: center;
    }
    .description-text {
        padding: .5em;
    }
    .character {
        max-width: 50%;
    }
    .main-title-img {
        max-width: 100%;
        max-height: 100%;
    }
    .info-button {
        width: 100%;
    }
}