body {
    background:#303030;
    overflow-x: hidden;
    color:#eee;
}

.albume_name {
    margin-bottom:40px;
}

.albume_name h2 {
    color:#eee;
    font-size:15px;
    text-align:center;
    padding-top:10px;
}

.album_img a:hover img {
    transform: scale(1.1);
    
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    transition: all ease-in-out 0.3s;
}

.album_img a img {
    transition: all ease-in-out 0.3s;    
    border: 4px solid rgba(255, 255, 255, 0.7);
}


.main {
    margin-top:100px;
}

