body, html {
    height: 100%;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

@media (max-width: 100%) {
    .card {
        margin: 20px;
    }
}

.title{
    padding-bottom: 2%;
    font-size: 80px;
}

.logo{
    width: 7%;
    margin-right: 1%;
}

#hero{
    height: 93.5vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}