img {
    image-rendering: pixelated;
}
div {
    display: inline-block;
    text-align: center;
    font-family: 'Silkscreen';
    font-size: 70px;
    color:red;
}

body {
    background-repeat: repeat;
    background-image: url("assets/background.png");
    image-rendering: pixelated;
    background-size: 80px 80px;
}

input {
    width: 20%;
    font-family: 'Silkscreen';
    font-size: 30%;
    transform: translate(0,-40%);
}

.boutonpierre {
    transform: translate(0,-5%);
}

.arriere{
    z-index: 1;
    position: relative;
}
.premierPlan{
    z-index: 5;
    position: fixed;
    width: 100%;
    height: 100%;
}

.obtentionCarte {
    display: none;
    position: fixed;
    background: rgba(0, 0,0, 0.8);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.obtentionCarte img{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.texteObtention {
    color: blueviolet;
    transform: translate(0, -100%);
}