.about-box-text {
    font-family: "Times New Roman", Times, serif;
    color:#54123A;
}

.visitor-container {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.visitor-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.visitor-box > img{
    margin-left: 8px;
    width: auto;
    height: auto;
}

.visitor-box img {
    display: flex;
}
.search-engine {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-engine img {
    width: 110%;
}

/*Extra small screens*/
@media only screen and (max-width: 360px) {
    .visitor-box {
        flex-direction: column;
    }
}