@import url("https://fonts.googleapis.com/css?family=Mansalva&display=swap");

@import url("https://fonts.googleapis.com/css?family=Pathway+Gothic+One&display=swap");

h1 {
  font-family: "Mansalva";
  margin-right: 100px;
}

.one {
  display: flex;
  align-items: center;
}
nav ul {
  display: flex;
  width: 400px;
  position: fixed;
  margin: 10px;
  padding: 25px;
  justify-content: space-between;
  background-color: rgb(192, 192, 192);
}

#header {
  width: 100%;
  display: flex;
}
nav ul:hover {
  cursor: pointer;
  color: blue;
}

p {
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 1.5rem;
  font-size: 1.3rem;
}
#contacts {
  height: 250px;
}
span {
  text-transform: capitalize;
}
.form {
  margin-top: 30px;
}
footer ul {
  margin-top: 100p;
  display: flex;
  width: 400px;
  position: ;
  margin: 10px;
  padding: 25px;
  justify-content: space-between;
  background-color: rgb(192, 192, 192);
}
