body {
    margin: 0;
    padding: 0;
    background-image: url('../assets/bg.jpeg');
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center;
    font-family: sans-serif;
    color: #fff;
}

.header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

h1 {
    text-align: center;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.w-25 {
    width: 15rem;
    text-align: center;
    margin: 31px;
    height: 7rem;
}

.card {
    background: white;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

img {
    display: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}