h5{
    text-align: center;
}

a{
    color: inherit;
    text-decoration: none;
}

a:hover{
    color: blue;
}

ul{
    list-style: none;
}

li{
    padding: 1rem;
}

.remark{
    font-size: 2rem;
    color:darkgray;
}

.card{
    margin: auto;
    text-align: center;
}