a img {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
footer a {
    border-bottom: 1px dotted #afafaf;
    color: #afafaf;
}
#main {
    padding-top: 150px;
    padding-bottom: 150px;
}
#particles {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}
footer p {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 400;
    color: #afafaf;
}
footer {
    padding-top: 150px;
    background-color: transparent;
}