h1 {
    text-align: center;
}

h2 {
    font-size: 1.5em;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#website-list > div > div {
    font-family: 'Poppins', sans-serif;
    margin: 0 30px 30px 30px;
}

#website-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

#website-list > div {
    background-color: #eaf3fc;
    border-radius: 15px;
}

#website-list img {
    width: 100%;
    max-width: 720px;
}