@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Andika&family=Anton&family=Kavoon&display=swap');
body {
    background: rgb(23,128,201);
background: radial-gradient(circle, rgba(23,128,201,1) 3%, rgba(19,208,208,1) 71%, rgba(0,255,255,1) 84%);
    color: whitesmoke;
}
nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background-color:rgba(11, 238, 238, 0.63);
    font-family: 'Quicksand', sans-serif;
    border-radius: 5px;
    margin-top: 0;
    padding: 0;
    margin: 0;
}
nav .onglets {
    display: flex;
    flex-wrap: wrap;
}
img {
    height: 55px;
    width: 55px;
}
nav .onglets p {
    margin-right: 20px;
    color: black;
    text-decoration: none;
    font-size: 3vh;
    margin: 5px;
}
nav .button button {
    padding: 13px 20px;
    color: whitesmoke;
    border: none;
    cursor: pointer;
    font-family: 'Quicksand', sans-serif;

}
nav .button .musique {
    background-color: inherit;
    margin-right: 20px;
    color:black;
    font-size: 2.5vh;
    border-radius: 10px;
}
nav .button .porpos {
    background-color: inherit;
    color:black;
    font-size: 2.5vh;
    border-radius: 10px;
    margin-right: 10px;
}
nav .button .musique:hover {
    background-color: #050d53;
    color: whitesmoke;
    border-radius: 10px;
    transition: background-color 0.8s, color 0.8s;
}
nav .button .porpos:hover {
    background-color: rgb(126, 18, 126);
    color: whitesmoke;
    border-radius: 10px;
    transition: background-color 0.8s, color 0.8s;
}
header {
    margin: 20px 80px;
    margin-top: 250px;
}
.container {
    display: flex;
   justify-content: center;
   align-items: center;
   
}
.neons{
    text-align: center;
 }
 
 .neons  h1 {
    font-family:Magneto Bold;
   font-size: 13vh;
   text-align: center;
    font-weight: bold;
   -webkit-animation: glow 2s ease-in-out infinite alternate;
   -moz-animation: glow 2s ease-in-out infinite alternate;
   animation: glow 2s ease-in-out infinite alternate;
 }
 
 @-webkit-keyframes glow {
      from {
       color: black;
     text-shadow: 0 0 10px #00fff2, 0 0 20px #00fff2, 0 0 30px #00fff2, 0 0 40px #00fff2, 0 0 50px #00fff2, 0 0 60px #00fff2, 0 0 70px #00fff2, 0 0 90px #00fff2;
   }
   
   to {
      color: whitesmoke;
     text-shadow: 0 0 20px #00fff2, 0 0 30px #00fff2, 0 0 40px #00fff2, 0 0 50px #00fff2, 0 0 60px #00fff2, 0 0 70px #00fff2, 0 0 80px #00fff2, 0 1 90px #00fff2;
   }
 }
hr {
    border: 1px solid rgb(111, 111, 228);
    width: 90%;
}
h1 {
    margin: 0;
    font-family: 'Lobster', cursive;
}
h2 {
    margin: 0;
    text-align: center;
}
.contact {
    display: flex;
    justify-content: center;
    font-family: 'Quicksand', sans-serif;
}

.contact1 a {
    font-size: 8vh;
    text-decoration:  none;
    color: rgb(126, 18, 126);
    padding: 60px;
}
.contact1 p {
    font-size: 2vh;
}
.contact1 a:hover {
    color: rgb(6, 6, 224);
    font-size: 10vh;
    transition: color 0.7s;
}
.conte {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
ul  {
    list-style-type: none;
}
li {
    list-style-type: none;
}
.buttons .music {
    background-color: inherit;
    margin-top: 50px;
    color:black;
    font-size: 5vh;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-align: center;
    
}
.buttons .porpo {
    margin-top: 10px;
    background-color: inherit;
    color:black;
    font-size: 5vh;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-align: center;
}
.buttons .music:hover {
background-color: #050d53;
border-radius: 2rem;
color: whitesmoke;
transition: background-color 0.8s, color 0.8s;
}
.buttons .porpo:hover {
    background-color:rgb(126, 18, 126);
    border-radius: 2rem;
    color: whitesmoke;
    transition: background-color 0.8s, color 0.8s;
}