body {
    height: 100vh;
}

.welcome-container {
    min-height: 20rem;
}

.card-container {
    height: 20rem;
    padding: 0;
    margin-bottom: 10rem;

}

.card {
    min-height: 40%;
    min-width: 30%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.footer { 
    min-height: 8rem;
}

.footer-container{
    height: 8rem;
}

.pretty-button{
    border-radius: 10px;
    min-height: 2rem;
    min-width: 8rem;
    background-color: aquamarine;
    color: black;
}