
*{
    margin: 0;
    padding: 0;
    font-family: 'Dosis', sans-serif;
}
.text{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
}
.card{
    margin: 0 5%;
    max-width: 20rem;
    max-height: 30rem;
}
.display{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    
}
.display1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}

@media screen and (max-width:600px){

    .display, .display1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 30px 2px;
    }
    }
