body{
    margin: 0;
    font-size: 20px;
}
h1 {
    font-family: 'Miracle', sans-serif;
    font-weight: bold;
    color:#65537A ;
  }

/* The navigation bar */
.navbar {
    background-color: #333;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    z-index: 300;
    padding:0px;
    
}
  
  /* Links inside the navbar */
.navbar a {
    color: #f2f2f2;
    }
  
  /* Change background on mouse-over */
.navbar a:hover {
    background: rgb(74, 7, 231);
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline;
}

.btext{
    color: #f9f3f4;
    position: absolute;
    text-align: center;
    top: 8%;
    width: 100%;
    
}
.btn{
    color: #fff;
    text-decoration: none;
    border: #ccc 1px solid;
    padding: 8px 10px;
    border-radius: 5px;
    line-height: 3em;
}

.btn:hover{
    color:black;
    border: #fff 1px solid;
}

#particles-js{
  background-image:linear-gradient(to bottom,#729EBF 0%, #333A40 100%);;
    height: 70vh;
}
#logo, #titre{
    width: 30%;
}
footer {
    max-width: 100%;
    min-height: 50px;
    background: rgb(102, 164, 197);
    color: #fff;
    text-align: center; 
}


  
@media screen and (min-width: 320px) and (max-width: 1024px) {
    .bloc {
      display:block;
      clear:both;
    }
  }
