h1 {
    text-size-adjust: 16px;

    color:black;
}
body {
    background-color:beige;
    justify-items: center;
}
h3 {
    font-size: 23px;
}
ul {
    font-size: 18px;
}
    .container {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.card {
    width: 200px;
    outline: auto;
    height: 200px;
    outline-color:saddlebrown;
    outline-offset: 0.1cm;
    
}

li {
    font-style: oblique;
    font-size: 20px;
}