body {
 margin: 0;
 top: 0;
 bottom: 0;
}

.bg-img {
    background-color: black;
    background-image: url(../images/main.jpg);
    background-position: center center;
    background-size: cover;
}

.logo {
    height: 60px;
    padding-left: 10px;
}

.icon {
    filter: invert(1);
    height: 18px;
    width: 18px;
}

.artwork {
    max-height: 480px;
}

.icon:hover {
    height: 24px;
    width: 24px;
    cursor: pointer;
}