@font-face {
    font-family: 'Whocats';
    src: url('/font/Retro\ Gaming.ttf');
}

@font-face {
    font-family: 'BREAK IT';
    src: url('/font/BREAK IT.ttf')
}

body {
    border: 20px;
    text-align: center;
    background-blend-mode: soft-light;
    
}

h1 {
    color: black;
    text-decoration: underline;
    text-align: center;
    padding-top: 20px;
    font-family: 'Whocats', Arial, Helvetica, sans-serif;
}

#Générer {
    background-color: black;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 20px;
    border-color: brown;
    display: inline-block;
    font-weight: 600;
    padding: 10px 12px;
    font-family: Helvetica, sans-serif;
    text-transform: uppercase;
}

.container {
    text-align: center;
    gap: 20px;
}

.image-container {
    margin-top: 0px;
}

ul {
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0px -30px;

}

ol {
    display: block;
    padding: 0;
    margin: -60px 0px 0px;
    
}

button {
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 12px;
}

.button-group {
    display: flex;
    justify-content: center; /* centre les boutons horizontalement */
    gap: 20px;               /* espace entre les deux boutons */
    margin: 20px 0;
  }
  
  .button-group button {
    padding: 10px 15px;
    border-radius: 10px;
    border: none;
    background-color: black;
    color: white;
    font-weight: bold;
    cursor: pointer;
  }

html {
    background: url(img/Assembly\ 1\ Drawing\ 1.png ) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
p {background-color: whitesmoke;;}
