#aboutTag {
    margin-left: 5px;
    -webkit-user-select: none !important;
    user-select: none;
    -webkit-user-drag: none !important;
}

.about-page-container {
    position: relative;
    border: 2px solid #ccc;
    border-radius: 15px;
    background: white;
    padding: 3.75px;
    top: -65px;
    transition: all 0.4s ease;
}

@media (max-width: 762px) {
    .about-page-container {
        top: -85px !important;
    }
}

#aboutPageContentText {
    position: relative;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: rgb(179, 245, 230);
    border: 3px solid #ccc;
    border-radius: 10px;
    padding: 13.5px;
    height: auto;
    min-height: 100px !important;
    max-height: 150px !important;
    box-sizing: border-box;
    box-shadow: inset 0 0 12.5px rgba(0, 0, 0, 0.45);
    transition: all 0.2s linear;
}

#aboutPageContentText:hover {
    background: rgb(160, 241, 222);
    box-shadow: inset 0 0 17.5px rgba(0, 0, 0, 0.45);
}

.questionOneText {
    font-weight: bold;
}
