body
{
background-image: url('fond.png');
color:#FFF;
font-family: 'minecraft', Arial, Verdana, sans-serif;
text-align:center;
}

.container
{
width:900px;
margin:auto;
background-color: rgba(0,0,0,0.5);
padding-bottom: 50px;
padding: 10px;
}

img
{
display:block;
margin:auto;
width:850px;
margin-bottom:50px;
margin-top: 25px;
}

.logo img
{
margin-top:100px;
display:block;
margin:auto;
width:150px;
width:248px;
}

h3
{
text-align:center;
}

@font-face {
    font-family: 'Minecraft';
    src: url('minecraft.ttf');
}

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