.shev-date{
    color: #376394;
    font-weight: bold;
    font-size: 35px;
    padding-top: 30px;
}
.shev-round-border {
    border-radius: 10px;
    padding: 15px;
    background-image: linear-gradient(90deg, #003366, #3399cc, #00ccff);
    color: white;
    text-align: justify;
}

.shev-main-menu-item {
    text-transform: uppercase;
}

.st-nav-list>li>a.shev-main-menu-item {
    font-size: 16px;
    font-weight: 600;
}

.shev-main-menu-item:hover {
    color: rgb(255, 138, 115);
}

.shev-about {
    text-align: justify;
}