

body {
    background: #111;
    color: #eee;
}
div#result {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

img {
    /*
    float: left;
    border: 1px solid #111;
    */
    width: 200px;
    height: 200px;
    background: #ccc;    
}
a:hover {
    opacity: 0.9;
}

h1 {
    text-align: center;
    font-family: 'Caveat', cursive;
    font-weight: normal;
    font-size: 48px;
    margin: 0.5em;
    padding: 0;
}
p {
    text-align: center;
    display: none;
}
