@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap');

.passion-one-regular {
    font-family: "Passion One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.passion-one-bold {
    font-family: "Passion One", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.passion-one-black {
    font-family: "Passion One", sans-serif;
    font-weight: 900;
    font-style: normal;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: black;
    background: repeating-linear-gradient(
        0deg,
        #0E0D0E 25%,
        #0E0D0E 50%,
        #171819 50%,
        #171819 75%
      );
      background-size: 20px 20px;

  overflow: hidden;
  display: flex;
}

canvas {
    
    background-image: url("/images/bgbgtest6_sam.png");
    background-repeat: no-repeat;
    background-position: center;

}


.retour a {
    scale: 3;
    
    position: absolute;
    text-decoration: none;
    color: white;
    margin-top: -24%;
    margin-left: -15%;
    opacity: 0.6;
}

.retour a:hover {
    opacity: 1;
}

.tete {

    position: fixed;
    top: 0;
    transform: translateX(-50%);
    margin-top: 460px;
    filter: blur(10px);
    margin-right: 180px;
    width: 100%;
    height: 100%;
    transform: scale(0.39);
    background: url("/images/tete.png") no-repeat center;
    
    z-index: 1;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    opacity: 0.9;
    text-align: center;
    z-index: 10000;
}

.popup img {
    width: 100%;
    height: 100%;
}

button {
    transform: scale(1);
    padding: 10px 10px;
    font-family: passion-one;
    font-size: 25px;


    z-index: 2;
    font-family: 'Passion One', sans-serif;
    background-color: #ffffff;
    color: #e03535;
    margin-right: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.7;
    transition: all ease-in 0.3s;
    width: 120px;
    height: 45px;
}

button:hover {
    opacity: 1;
    background-color: #e03535;
    color: #ffffff;
}