html {

    height: 100%;
    width: 100%;
}
body {
    background: url("../images/262121.jpg") no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.home-blason {
    width: 300px;
    mix-blend-mode: screen;
    border-radius: 150px;
    box-shadow: 0px 0px 99px 5px rgba(255,255,255,.5);
}

.score-bottom {
    font-family: 'Archivo Black', sans-serif;
    font-size: 150px;
    position: absolute;
    top: 70%;
    left: 0;
    width: 300px;
    text-align: center;
    color: #fed94d;
    text-shadow: 0px 3px 15px #2a2a2a;
    margin-left: 95px;
    transform: rotate(10deg);
}
.score-top {
    font-family: 'Archivo Black', sans-serif;
    font-size: 150px;
    position: absolute;
    top: -35%;
    left: 0;
    width: 300px;
    text-align: center;
    color: #fed94d;
    text-shadow: 0px 3px 15px #2a2a2a;
    margin-left: 95px;
    transform: rotate(10deg);
}

.egalite {
    height: 300px;
    background: white;

    font-family: 'Archivo Black', sans-serif;
    color: #fed94d;
    text-shadow: 0px 3px 15px #2a2a2a;
}

.egalite span {
    display: block;
    position: relative;
    font-size: 60px;
    left: 35px;
    top: 95px;
}

.back-score {
    display: inline-block;
    margin: 2px 10px 0 10px;
    font-size: 30px;
    line-height: 30px;
    font-family: 'Archivo Black', sans-serif;
    color: #fed94d;
    text-shadow: 0px 2px 2px rgba(0,0,0,.5);
    top: 5px;
    position: relative;
}

.lauriers {
    position: absolute;
    width: 490px;
    left: -75px;
    top: -60px;
    opacity: 0.6;
}