ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: black;
  font-family: "Noto Sans Extralight", Noto, sans serif;
}

li {
  float: right;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #107369;
}

body{
  background-color: black;

}

div.wrapper {
  position: relative;
  width: 1200px;
  height: 600px;
} 

div.logo {
  float: left;
  width: 200px;
  height: auto;
  padding-left: 80px;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.item1 { grid-area: header; }
.item2 { grid-area: menu; }
.item3 { grid-area: main; }
.item4 { grid-area: right; }
.item5 { grid-area: footer; }

.grid-container {
  display: grid;
  grid-template-areas:
    'header header header header header header'
    'menu main main main right right'
    'menu footer footer footer footer footer';
  grid-gap: 10px;
  background-color: #000000;
  padding: 10px;
}

.grid-container > div {
  background-color: #0D0D0D;
  text-align: center;
  padding: 5px 0;
  font-size: 30px;
}

div.imagecv{
   float: left;
  width: 10%;
  height: auto;
  padding-bottom: 10px;
  margin-left: 20px
}

h3{
   font-family: "Noto Sans Extralight", Noto, sans serif; 
   padding-left: 5%;
   padding-right: 2%;
   margin-left: 40%;
   color:#107369;
   border-style: solid;
   border-width: 5px #737373;
   width: 40%;
}

.paragraph {
  float: right;
  font-family: "Noto Sans Extralight", Noto, sans serif;
  font-size: 20px;
  color: white;
  max-width: 80%;
  text-align: justify;
  padding-right:10px;
  padding-left: 10px;
  background-image: url("../images/imagecv")

}


p{
  font-family: "Noto Sans Extralight", Noto, sans serif; 
  font-size: 18px;
  max-width: 80%;
  margin-right:5%;
  margin-left: 20%;
  padding-right: 5%;
  color:white;
}

h4{
   font-family: "Noto Sans Extralight", Noto, sans serif; 
   padding-left: 20%;
   color: white;
   background-color: #737373;
   border-style: solid;
   border-width: 5px #737373;


}

h6{
  font-family: "Noto Sans Extralight", Noto, sans serif; 
   padding-left: 20%;
   color: white;

}

.fa-linkedin {
  background: #737373;
  color: white;
}