body
{
    background-color:#000000;
}
.box {
    perspective: 1000px;
    background-color: #000000;
    width: 4.1322%;
    height: 6.8493%;
    margin-top: 1.3699%;
    margin-bottom: 1.3699%;
    margin-right: 0.8264%;
    margin-left: 0.8264%;
}
.box, .front, .back {
    position: absolute;
}
.boxTile {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%;
}
.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.front {
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 10%;
    background-color: #FFFFFF;
    transform: rotateY(0deg);
}
.back {
    width: 100%;
    height: 100%;
    border-radius: 10%;
    background-color: #333333;
    transform: rotateY(180deg);
}
.box.flip .boxTile {
    transform: rotateY(180deg);
}
.box:hover {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
}
/*.centerBox {
    position: absolute;
    left: 39.6696%;
    top: 32.8766%;
    width: 19.008%;
    height: 31.5069%;
    margin-top: 1.3699%;
    margin-bottom: 1.3699%;
    margin-right: 0.8264%;
    margin-left: 0.8264%;
    border-radius: 3%;
    background-color: #000000;
    opacity: 1;
}*/
.text1 {
    position: relative;
    color: #FFFFFF;
    top: -5%;
    text-align:center;
    font-family: Verdana, sans-serif;
    font-size: 30px;
    line-height: 150%;
    opacity: 1;
}
A:link {
    text-decoration: none;
    color: #FFFFFF;
}

A:visited {
    text-decoration: none;
    color: #FFFFFF;
}
A:active {
    text-decoration: none;
    color: #FFFFFF;
}
A:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
