body {
    background-repeat: no-repeat;
    background: fixed linear-gradient(180deg, rgba(249,194,157,1) 0%, rgba(252,225,206,1) 61%, rgba(255,255,255,1) 100%);
}

header {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 50px;
}

#portrait {
   border-radius: 50%;
   width: 175px;
   position: relative;
   display: flex;
   margin: auto;
}

h1 {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 100px;
    font-size: 3em;
    text-align: center;
    font-family: 'Permanent Marker', cursive;
}

#menu {
    display: flex;
    flex-direction: column;
    width: 600px;
    margin: auto;
}

.bouton {
    font-size: 1.5em;
    border-radius: 50px;
    padding: 15px 0px 15px 0px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    font-family: 'Montserrat Alternates', sans-serif;
}

.bouton:hover {
    background: linear-gradient(#b8642e, #f9c29d);
    color: white;
}

a {
  text-decoration: none; 
  color: black;
}

a:hover {
    text-decoration: underline;
}
