#kuizeme-section-border-firstrow {
    background-color: white;
    margin: 50px 0px 0px 5px;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    border: 2px solid rgb(153, 115, 0);
}
#kuizeme-section-border-middlerow {
    background-color: white;
    margin: 15px 0px 0px 5px;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    border: 2px solid rgb(153, 115, 0);
}
.kuizeme-quizmaster-profile-pic {
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    border: none;
    color: #808080;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 20px 20px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 50%;
    padding: 50px 50px;
}
#kuizeme-quizmaster-profile-picture-kblimit {
    margin-top: 25px;
    font-size: 8px;
    color: #808080;
}
#kuizeme-quizmaster-name {
    margin-top: 45px;
    text-align: center;
    letter-spacing: 3px;
}
.kuizeme-quizmaster-profile-title {
    background-color: white;
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 8px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 50%;
}
#kuizeme-quizmaster-title {
    padding-bottom: 20px;
}
.kuizeme-quizmaster-profile-edit-button {
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 50%;
    padding: 10px 10px;
    margin: 0px;
}
#kuizeme-quizmaster-profile-sectioncontent {
    font-weight: normal;
    text-align: justify;
    text-justify: inter-word;
    font-size: 15px;
    color: #808080;
}
#kuizeme-quizmaster-profile-description-label {
    margin: 0px 20px 20px 20px;
    text-align: center;
    text-justify: inter-word;
    letter-spacing: 3px;
}
#kuizeme-section-border-lastrow {
    background-color: white;
    margin: 15px 0px 50px 5px;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    border: 2px solid rgb(153, 115, 0);
}
/*MEGA-MENU @ GALAXY FOLD*/
@media screen and (max-width:992px){
        #kuizeme-section-border-firstrow {
        background-color: white;
        margin: 15px 20px 0px 20px;
        padding: 30px 30px 30px 30px;
        border-radius: 10px;
        border: 2px solid rgb(153, 115, 0);
        }
        #kuizeme-section-border-middlerow {
        background-color: white;
        margin: 15px 20px 0px 20px;
        padding: 30px 30px 30px 30px;
        border-radius: 10px;
        border: 2px solid rgb(153, 115, 0);
        }
        #kuizeme-quizmaster-name {
        margin-top:1%;
        text-align: center;
        }
        .kuizeme-quizmaster-profile-edit-button {
        margin-bottom: 10px; 
        }
        #kuizeme-section-border-lastrow {
        background-color: white;
        margin: 15px 20px 50px 20px;
        padding: 30px 30px 30px 30px;
        border-radius: 10px;
        border: 2px solid rgb(153, 115, 0);
        }
}