body {
    background: url("../images/bagcreek.jpg");
    background-size: cover;
}

.card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

nav.navbar {
    background-color: #ffffffdf !important;
    font-weight: 900;
}

.projects-background {
    position: absolute;
    left: 0;
    top: 0;
    /* opacity: 0.79; */
    width: 100%;
    height: auto;
    z-index: -1;
}

.card-container img {
    padding: 10px;
}