html{
    font-family: Arial, Helvetica, sans-serif;
}


.center{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

.full{
    height: 80%;
    display: flex;
    align-items: center;
    justify-items: center;
}

.card{
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 5px 5px 5px 5px  lightgray;
}
