*{
  margin: 0;
  padding: 0;
  font-family: 'JetBrains Mono',
}
.header{
  min-height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom right,#029398,#27374D);
   background-position: center;
  background-size: cover;
  position: relative;
}

nav{
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;
}

.logo{
  width: 150px;
}

.nav-links{
  flex: 1;
  text-align: right;
}

.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding:0.8% 1.2%;
  position: relative;
}

.nav-links ul li button.utility{
  color:black;
  background-color: white;
  font-size: 12px;
  border-radius: 15px;
  padding: 10px 24px;
  font-weight: 800;
  border: none;
}
.nav-links ul li button.register  {
  color:rgb(255, 255, 255);
  background-color: #3274B8;
  font-size: 12px;
  border-radius: 15px;
  padding: 10px 24px;
  font-weight: 800;
  border: none;
}

section.tuto{
  background-image: linear-gradient(to top right,#029398,#27374D);
  color:white;
  font-family: 'JetBrains Mono';font-size: 16px;
}
h1{
  font-size: 35px;
  padding-top: 40px;
  word-spacing: -10px;
  text-align: center;
  color: rgb(237, 59, 95);
}
h2{
  margin-left: 35px;
  margin-top: 20px;
  margin-left: 35px;
  background-color: rgb(237, 59, 95);
  color: rgb(255, 246, 246);
}
h3{
  margin-left: 55px;
  color: rgb(18, 18, 18);
}
h4{
  color: rgb(18, 18, 18);
  margin-left: 65px;
}
p{
  margin-left: 70px;
  margin-top: 10px;
  margin-right: 70px;
  color:azure;
  font-weight:800;
  font-size:16px ;
}
a{
  color: rgb(255, 247, 0);
}
hr{
  width: 80%;
  margin-top:30px;  
  color:grey;
  margin-left: 10%;
  margin-right: 10%;
}
p.class{
  font-size: 20px;
  margin-top: 30px;
  margin-right:auto;
  margin-left:auto;
  text-align: center;
  color: rgb(237, 59, 95);
}
section.footer{
  background-image:url(01.png);
  background-position: center;
  background-size:content;
}
img.footer{
  width: 20%;
  display: inline-block;
  margin-left: 10%;
}
pre.footer{
  font-size: 15;
  color: azure;
  margin-left: 12%;
  padding-bottom:50px;
}
