body {
  background-image: url('file:///C:/Users/josep/Documents/personal%20site/images/z1234567.png');
  background-repeat: repeat;
  background-position: top left;
  background-attachment: fixed;
  font-family: Verdana;
  color: white;
}

div {
   width: 700px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
}

.container {
  width: 700px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
  display: flex;
  background: linear-gradient(to bottom, rgb(254 176 176) 0%, rgb(191 21 21) 50%, rgb(178 26 26) 51%, #6f011e 100%)

}

.navigation {
  border-radius: 5px;
     width: 400px;
  margin: auto; 	
  justify-content: center;
  align-items: center; 
  display: flex;
  background: linear-gradient(to bottom, rgb(254 176 176) 0%, rgb(191 21 21) 50%, rgb(178 26 26) 51%, #6f011e 100%)
}



.top {
  width: 1000px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
  display: flex;
    background: linear-gradient(to bottom, rgb(254 176 176) 0%, rgb(191 21 21) 50%, rgb(178 26 26) 51%, #6f011e 100%)
}