h2 {
    color: white;
}

h3 {
    color: white;
}

#page-content {
    margin-left: 12.5%;
    margin-right: 12.5%;
    margin-bottom: 40px;
}

.horizontal-divide {
    width: 100%;
    background-color: white;
    padding-bottom: 3px;
    border-radius: 5px;
}

#did-definition {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20%;
    margin-right: 20%;
}

#sya-my-beloved {
    max-width: 160px;
    margin-right: 20px;
}

#computer-side-img {
    display: flex;
    align-items: center;
    justify-content: center;
} #left-computer-content {
    width: 50%;
} #computer-side-img-container {
    width: 50%;
    margin-left: 20px;
} #computer-side-img-container img {
    width: 100%;
} #computer-side-img-container span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.qna-question h3 {
    margin-bottom: 0;
} .qna-question p {
    margin-top: 0;
}

/* mobile */
@media only screen and (max-device-width: 1000px)
{
    #page-content {
        margin: 0;
    }

    #did-definition {
        margin-left: 5%;
        margin-right: 5%;
    }

    #sya-my-beloved {
        display: none;
    }

    #computer-side-img {
        flex-direction: column;
    } #left-computer-content {
        width: 100%;
    } #computer-side-img-container {
        width: 100%;
        margin-right: 20px;
    }
}
