* {
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  background-color: #000;
  color: white;
}
a {
  text-decoration: none;
}

a:hover{
    color: #464646;
}
.nav {
  display: flex;
  list-style: none;
  justify-content: space-evenly;
  align-items: center;
  height: 100px;
}
.nav_p {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100px;
}
.container {
  width: 95%;
  background-color: rgb(146, 168, 209);
  height: 100px;
  margin: 0 auto;
}
.container-produit {
  width: 95%;
  background-color: rgb(146, 168, 209);
  margin: 0 auto;
}
.container-serveur {
  margin-top: 20px;
  width: 95%;
  background-color: rgb(146, 168, 209);
  height: auto;
  margin: 0 auto;
}
.container-item {
  width: 95%;
  background-color: rgb(146, 168, 209);
  height: auto;
  margin: 0 auto;
}
.link {
  text-decoration: none;
  color: white;
}
