.logo {
    max-height: 60px;
}
.main-color {
    background-color: #0c2f65;
}
.myheader {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 70px;
}
.py-20 {
    padding-top: 10rem;
    padding-bottom: 5rem;
}
.main-color a {
    color: white;
}
.stat-card {
    transition: transform 0.3s ease;
}
.stat-card:hover {
    transform: translateY(-5px);
}
.facebook {
    max-width: 150px;
    margin: 20px auto;
}