body{
  margin-bottom: 20%;
    text-align: center;
   background-image: url(IMG/T\ M.jpg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: fixed;

}

img {
    width: 150px;
}
*{
  padding: 0%;
  margin: 0%;
}
nav ul{
  background-color: grey;
  width: 100%;
  list-style: none;
  text-align: center;
  font-family: "poppins", serif;
}
nav li{
  display:inline-flex
}
nav a{
  text-decoration-line: none;
  color: white;
  padding: 10%;
  width: 150%;
}
nav li:hover{
  background-color: black;
}

h1{
  font-family:"poppins", serif;
  font-weight: 500;
}

h2{
  font-family: "poppins", serif;
  font-weight: 400;
}

p{
  font-family: "poppins", serif;
  font-weight: 100;
}
iframe{
  width: 50% !important;
  height: 350px !important;
}
h4{
  font-family: "poppins", serif;
  font-weight: 400;
}
