* {
    margin: 0;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    text-decoration: none;
    list-style: none;
}

body {
    background: hsl(220, 15%, 55%);
}

.img {
    width: 270px;
    margin-bottom: 20px;
    border-radius: 16px;
    margin-left: 5px;
    margin-right: 5px;
}

h2 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: hsl(218, 44%, 22%)
}

p {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    color: hsl(220, 15%, 55%);
}

.card {
    padding: 10px;
    background-color: white;
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
    margin-bottom: 100px;
    align-items: center;
    border-radius: 16px;
    text-align: center;
}

footer {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

footer a {
    text-align: center;
    color: white;
}