body
{
    background:rgb(0, 0, 254);
    font-family: Arial, Helvetica, sans-serif;
}

.pictures
{
    display: flex;
    flex-wrap: wrap;
}

.pic
{
    width: 20%;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    background: gray;
    border-radius: 5px;
    box-shadow: 5px 8px white;
}

.pic img
{
    width: 200px;
    height: 200px;
    border: 2px  solid black;
    margin-right: 20px;
    border-radius: 5px;
    display: block;
    margin: auto;
}

h1
{
    color: white;
    text-align: center;
}

a
{
    text-decoration:none;
    color:white;
}

.pic a:hover
{
    color: red;
}
