@import url("https://fonts.googleapis.com/css?family=Nunito&display=swap");

html {
  font-size: 10px;
  font-family: "Nunito", sans-serif;
}

#top {
  font-size: 3rem;
}

.menu {
  text-align: center;
  background-color: #818181;
}

.menu li {
  display: inline;
}

.menu a {
  text-decoration: none;
  color: white;
}

section {
  float: right;
  width: 75%;
  text-align: center;
  font-size: 2rem;
}

article:hover {
  background-color: darkcyan;
}

table {
  margin: 0 auto;
  border-spacing: 1rem 0.5rem;
}

.top a {
  text-decoration: none;
  color: black;
}

aside {
  width: 25%;
  background-color: darkcyan;
  font-size: 1.5rem;
}

#Compétences {
  text-align: center;
}
