body{
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100vh;
    background: linear-gradient( rgb(3,3,14),  rgb(15, 15, 57));
    margin: 0;
   
    
    }
    header {
       min-height:  100vh;
  
    }
    h1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 3rem;
        text-align: center;
        
    }
    
    header, footer, main{
        padding: 20px;
        
        border-radius: 20px;
     color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1;
        
    }
    
    header ul{
        display: flex;
        list-style: none;
    }
  
    header a{ border-radius: 10px; color: white; text-transform: uppercase; text-decoration: none; display: block; padding: 5px; margin: 5px; background-color: #00000033;}
    
    p1{
        text-align: center;
        font-weight: bold;
        font-size: 3rem;
        padding: 30px;
        background: black;
        color: white;
        border-radius: 40%;
    }
    h3 {
        height: 40px ;
        color: rgb(243, 239, 239);
    }
    i{
        font-size: 6rem;
    }
    #app{
        display: flex;
    
        min-height: 100vh;
        justify-content: center;
       
       
    }
    .winner {
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
        padding: 50px;
    

    }
    .bt {
        padding: 10px;
        margin: 20px;
        font-size: 1.2rem;
        cursor: pointer;
        background: black;
      
        border-radius: 10px;
        transition: 0.5s;
        color: aliceblue;
        

    }
    #bt:hover {
        transform: scale(1.1);
    }
    form {
        display: flex;
        align-items: center;
    }
    input {
        padding: 15px;
        margin: 20px;
        font-size: 1.2rem;
        border:none;
        width: 70%;
    }

        
    h2 {
        color: white;
        font-size: 2rem;
        text-align: center;
        line-height: 3rem;
        
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 0 30px;
    }
    p, .red{
        color:red;
        margin: 0;
    }
   .logo {
        color:rgb(251, 249, 249);
        text-transform: uppercase;
        background: black;
        padding: 5px 20px 20px;
        border-radius: 50px;
        width: 100%;
        position: relative;
        box-shadow:  inset 0px -3px 1px rgba(239, 238, 238, 0.3);
        min-width: 300px;

    }
    p:before {
        content: "";
    width: 150px;
    height: 150px;
    background: black;
    position: absolute;
    border-radius: 100%;
    top: -15%;
    right: 0;
    z-index: -1;
    box-shadow: inset 0px 2px 0px rgba(239, 238, 238, 0.3);
    }
    .four {
        font-size: 5rem;
        text-align: center;
    }
    .txt-b{
        font-weight: bold;
    }
    
    .txt-i{
        font-style: italic;
    }
    
    .p4{
        display: flex;
        flex-direction: column-reverse ;
        margin: 30px 50px 100px;
      
        border-radius: 20px;
        flex: 2;
        
        
        
        justify-content: space-between;
        padding: 20px;
    }
    .p4 > section {
        display: flex;
        justify-content: space-evenly;
    }
    .button {
        display: flex;
        justify-content: space-evenly;
    }
    
    .p4 > section > div{
        background-color: white;
        padding: 35px;
        margin: 10px;
        border-radius: 100%;
        
    }
    .rouge{
        background: linear-gradient(red, rgb(107, 19, 19));
    }
    
    .jaune{
        background: linear-gradient(#fff200, #ffbb34);
    }
    
    .p4 div a{
        display: flex;
        padding: 20px;
        margin: -20px;
        border-radius: 30px;
        background-color: rgb(80, 80, 80);
        cursor: pointer;
    }
    a:hover {
        transform: scale(1.1);
    }
    .minimap{
        position: fixed;
        zoom: 0.2;
        top:100px;
        right: 100px;
        width: 1000px;
    }
    
    .win{
        position: fixed;
        height: 100vh;
        width: 100vw;
        top:0px;
        left: 0px;
    
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .win > * {
        zoom: 2;
        text-decoration: none;
        background: blue;
        color: white;
        border-radius: 100px;
        padding: 20px;
    }
 

    @media screen and (max-width: 1200px){
        #app{
            flex-direction: column;
           
           
        }

        
    }
    

    @media screen and (max-width: 500px){
        h1 {
           
            font-size: 2rem;
            
        }
        .four {
            font-size: 3rem;
        }
        .logo {
            padding: 10px;
            min-width: 250px;
        }
        .logo:before {
            width: 110px;
        height: 110px;
        top:-20%
        }
    }
  
    @media screen and (max-width: 700px){
        .p4 > section > div {
         
            padding: 25px;
            margin: 5px;
        }
        
    }
    @media screen and (max-width: 500px){
        .p4 > section > div {
         
            padding: 18px;
            margin: 5px;
    
        }
        .p4 {
            margin: 30px 0 100px;
            padding: 0;
        }
       
    }
 
    