
h1{
font-size: 60px;
text-decoration: overline;
}

h2{
font-size: 45px;
}

img{
    width : 400px; height : 400x;
    border: none;
    border-radius : 500px;
  }

  body {
    font-family: 'MADE TOMMY'; 
    background-color:#dc314e;
    margin top: auto;
    text-align: center;
    }

.bouton {
        -moz-appearance: button;
        -ms-appearance: button;
        -o-appearance: button;
        -webkit-appearance: button;
        appearance: button;
        text-decoration: none;
        color:#f8f4f4;
        padding: 0.2em 0.4em;
        font-size: 30px;
    
        opacity: 0.9;
        padding: 1%;
        border-radius: 10px;
        border-color:#f8f4f4;
        width: 20%;
        margin:auto;
    }
    
    a:hover {
    color:black;
    }
