* {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #36b1bf;
    font-family: Monofett;
    font-size: 50px;
}

a {
    text-decoration: none;
    color: #ff2d00;
}

.container{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    display: none;
}

#loadingTxt{
    color: #f2385a;
}

.playBtn {
    color: #f2385a;
    cursor: pointer;
    font-size: 1.5em;
    margin: 0;
}

.playBtn:hover, .quitBtn:hover{
    color: #F5A503;
}

.quitBtn{
    color: #E9F1DF;
    font-size: 0.5em;
}

.fastestTime {
    color: #16055d;
    font-size: 0.6em;
}

.time {
    color: #f2385a;
}

.gamePg {
    -webkit-perspective: 800px;
    perspective: 800px;
}

.row{
    text-align: center;
    width: 900px;
    height: 250px;
}

.card {
    margin: 10px;
    width: 150px;
    height:200px;
    float: left;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(180deg);transform: rotateY(180deg);
}

.back {
    position: absolute;
    width: 140px;
    height:191px;
    background-image: url("../img/back.gif");
    border-radius: 10px;
    border: 5px solid white;
}

.back:hover {
    border: 5px solid #4ad9d9;
    cursor: pointer;
}

.front {
    position: absolute;
    width: 140px;
    height: 191px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    border: 5px solid white;
}

.timer {
    width: 50;
    height: 100px;
}