*{
  margin:0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

/******************************/

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 600px;
  padding: 40px;
  background-color: #f4a0b2;
  color: white;
  display: flex;
  flex-direction: row;
}

header h1{
  margin-right: auto;
}

/******************************/

nav {
  margin-right: 40px;
}

nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 2.5rem;
}

nav ul li{
  margin: 0 .5rem;
}

nav a{
  color: white;
}

/******************************/
div#MainVisual{
  background-color: rgb(154, 154, 154);
  height: 400px;
}

/******************************/

#wrapper {
margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  display: flex;
  flex-direction: column;
}

section {
  padding: 40px;
  /* height: 500px;*/
  background-color: #dddddd;
  margin-bottom: 40px;
}

section h1{
  margin-bottom: 1rem;
}

/******************************/

footer{
  padding: 40px;
  background-color:#f4a0b2 ;
  color: white;
}

/********* APPEND ********/


section#gallery {

  background-color: red;

}

section#gallery article{
  height:12rem;
  background-color: yellow;
  margin-bottom: 1rem;
}


/********* APPEND ********/


section#links {

  background-color: red;

}

section#links article{
  height:12rem;
  background-color: yellow;
  margin-bottom: 1rem;
}
