#img { 
  width: 300px;
  height: 300px;
  border-radius: 200px;
}

#topdiv {
  text-align: center;
}

.items {
  text-decoration: none; 
  padding: 5px;
  color: black;
}

#p {
  margin-left: 15%;
  width: 50%;
}

#estatic{
  position: fixed;
  background-color: rgba(255, 224, 192, 0.7);
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  font-size: 20px;
  font-family: 'Kalam', cursive;
}

body {
	padding-top: 130px;
}

.img1 {
  width: 70px;
  height: 70px;
  border-radius: 200px;
}

.contacte { 
  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
  display: flex;
  align-items: center;
}

h1 {
  font-family: 'Kalam', cursive;
}

h2 {
  margin-left: 15%;
  font-family: 'Kalam', cursive;
}

