main {
    margin-bottom: 100px !important;
}

.settings_top_content {
    margin: 60px auto 20px;

    & .settings_icon::before {
        content: "";
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-top: 5px;
        background-image: url('../image/settings.png');
        background-position: center;
        background-size: contain;
        view-transition-name: settings_icon;
        animation: rotateAnimation 10s linear infinite;
    }
}

.settings {
    margin: 10px auto;
    padding: 10px 0;
    border-bottom: solid 1px #666;
}

.settings_title {
    font-size: 20px;
    margin: 5px auto;
}

.settings_sub_title {
    color: #333;
    padding: 10px 0 0 10px;
}

.settings_explanation {}

.settings_text {
    font-size: 14px;
    color: #666;
}

.settings_button_wrapper {
    margin: 10px auto 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: scroll;

    & img {
        height: 500px;
        max-width: none;
    }
}

.settings_button {
    margin-left: auto;
}