/*http://www.colourlovers.com/palette/937624/Dance_To_Forget*/

body{
    background-color: #fff;
    font-family: 'Share', cursive;
    /*color: white;*/
}

h1{
    text-align: center;
    font-size: 68px;
    font-weight: 700;
}

p{
    text-align: center;
    font-size: 46px;
}

#fin{
    vertical-align: middle;
}

img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#mainrow{
    margin-top:100px;
}

#mcfc, #player, #mufc{
    height: 200px;
    width:200px;
}

#result{
    margin-top:50px;
}
@media screen and (max-width: 480px) {
  h1{
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}

p{
    text-align: center;
    font-size: 26px;
}

#mainrow{
    margin-top:20px;
}

#mcfc #player #mufc{
    height: 100px;
    width: 100px;
    margin-bottom: 25px;
}

img{margin-bottom:25px;}
}