* {
    outline: none;
    margin: 0;
    padding: 0;
}

html,body {
    margin: 0;
    background: #ccc;
	color: #eee;
}

#app {
    max-width: 1280px;
    min-height: 760px;
    margin: 0 auto;
    background: #eee;
    padding: 15px;
}

.album-box {
    text-align: center;
}

.album-box .box {
    width: 280px;
    height: 280px;
    display: block;
    margin: 40px auto;
    border: 2px solid #6cf;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}

.album-box .box:hover {
    background-color: #def;
}

#it {
	background-image: url('/img/dashboard/it.png');
}

#php-8 {
	background-image: url('/img/dashboard/php.png');
}

#java-8 {
	background-image: url('/img/dashboard/java.png');
}



#gallery {
    max-width: 1164px;
    margin: 0 auto;
    text-align: center;
}

#gallery a {
    width: 140px;
    height: 140px;
    border: 1px solid #999;
    position: relative;
    display: inline-block;
    margin: 15px;

    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#gallery a:hover {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

#gallery img {
    width: 140px;
    height: 140px;
}

@media screen and (max-width: 380px) {
    #gallery {
        margin-top: 6px;
    }

    #gallery a {
        margin: 6px;
    }
}
