body { 
    text-align: center;
    background-color: aliceblue;
    margin: 0;
    
}

main { 
    margin-bottom: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: larger;
    

    
}

header{
    background-color: rgb(115, 98, 211);
    color: aliceblue;
    padding: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: larger;
    margin-bottom: 100px;

}

.stade-image {
 max-width: 100%;
 background-color: white;
 border-radius: 30px;
 box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
}


button {
    
        background: #9734d9;
        background-image: -webkit-linear-gradient(top, #9734d9, #6034d9);
        background-image: -moz-linear-gradient(top, #9734d9, #6034d9);
        background-image: -ms-linear-gradient(top, #9734d9, #6034d9);
        background-image: -o-linear-gradient(top, #9734d9, #6034d9);
        background-image: linear-gradient(to bottom, #9734d9, #6034d9);
        -webkit-border-radius: 15;
        -moz-border-radius: 15;
        border-radius: 15px;
        text-shadow: 3px 3px 3px #000000;
        -webkit-box-shadow: 4px 4px 3px #635763;
        -moz-box-shadow: 4px 4px 3px #635763;
        box-shadow: 4px 4px 3px #635763;
        font-family: Arial;
        color: #ffffff;
        font-size: 25px;
        padding: 10px 20px 10px 20px;
        border: solid #340a52 2px;
        text-decoration: none;
      }

footer {
    background-color: rgb(210, 196, 241);
    padding: 10px;
    font-size: 1.3rem;
    
}