header {
    background-color: blanchedalmond;
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
h1 {
    text-align: center;
    color:burlywood;
    font-weight: bolder;
}
h2 {
    text-align: center;
    color:darksalmon;
    font-weight: bolder;
}
footer {
    background-color: blanchedalmond;
    width: 100%;
}
h3 {
    text-align: center;
    font-weight: bolder;
}
.card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 400px;
    gap: 6px;
    margin: 7px auto;
    padding: 5px;
    border: 3px solid blanchedalmond;
}
body {
    display: flex;
    flex-wrap: wrap;
    max-width: fit-content;
}
.description {
    padding-top: 5px;
    border-top: 2px solid burlywood;
}