/* Fichier de style */

* {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
}

body {
  background-color: #131413;
  padding-top: 50px;
}

#link {
  width: 1175px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}

#link a {
  color : #4b7db0;
  text-decoration: none;
  line-height: 30px;
}
#link a:hover {
  color: white;
}

#link ul {
  padding: 0;
  margin: 0;
}

#link li {
  display: inline-block;
  margin: 10px;
  border: 1px solid #1c60a7;
  height: 30px;
  width: 335px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
}

#link li:hover {
  background-color: #4b7db0;
}

#prog {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#prog p {
  color: #1c60a7;
  font-weight: bold;
  font-size: 19px;
}

#twitch {
  display: block;
  position: fixed;
  bottom: 25px;
  left: 25px;
}
