@font-face {
	font-family: 'UltraFresh';
	src: url(UltraFresh.ttf) format(truetype);
}
a{ 
    text-decoration: none;
}
header{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.front{
    margin: auto;
}
.titre p{
    font-family: 'UltraFresh';
    font-size: 300%;
    color: White;
    -webkit-text-stroke: 1px black;
}
body{
    background-image : url(backgroud.jpg);
}
.background{
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play{
    display: flex;
    align-items: center;
    justify-content: center;
}
.play button{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 1px black;
    background-color: #4CAF50; /* Green */
    border: none;
    color: rgb(5, 3, 3);
    padding: 25px 55px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}
.play button:hover{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 1px black;
    background-color: #4ee453; /* Green */
    border: none;
    color: rgb(5, 3, 3);
    padding: 25px 55px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}
footer{
    display: flex;
    align-items: center;
    justify-content: center;
}
.reseaux{
    width: auto;
}
.reseaux img{
    width:  50px;
    height: 50px;
    margin-left: 25px;
    margin-right: 25px;
}
