a {
    font-weight: normal;
    font-family: var(--font-family-a);
    color: rgba(60, 60, 60, 0.7);
}

.blog-title {
    font-weight: normal;
    font-family: var(--font-family-a);
    color: rgba(60, 60, 60, 0.5);
}

.blog-sub-title {
    font-style: normal;
    font-family: var(--font-family-a);
    color: rgba(60, 60, 60, 0.5);
}

.spinner-grow {
    margin:2rem;
    color: rgba(60, 60, 60, 0.3);
}

.app-card {
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 10%;
    margin-right: 10%;
}

.app-card {
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 10%;
    margin-right: 10%;
    transition: all 0.3s ease;
    height: 25%;
}

.app-card-1{
    border-radius: 15px;
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 10%;
    margin-right: 10%;
    transition: all 0.3s ease;
    height: 25%;
    background-image: url('/static/images/wodhack_v2.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.app-card-1:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}