main{
    font-family: 'Akrobat';
    color: #fff;
    margin: 0% 4% 0 5%;
}

main h1{
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 2%;
    line-height: 70%;
}

main p{
    font-size: 0.8em;
    font-weight: 600;
    line-height: 0;
    margin-bottom: 7%;
}

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

.albums:last-child{
    padding-bottom: 10%;
}

.albums a{
    text-decoration: none;
}

.albums h3{
    font-size: 1.2em !important;
    font-family: 'Akrobat';
    color: #fff;
    margin-top: 0;
    max-width: 300px;
}

.albums a p{
    font-family: 'Akrobat';
    color: #fff;
}

.albums img{
    max-width: 300px;
}

.column{
    margin-right: 2%;
}

.column img{
    width: 100%;
}
