html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #404040;
}

.container {
  width: 100%;
}

#menu img {
  height: 30px;
}

#about,
#portfolio {
  margin: 50px 25%;
}

@media (max-width: 1050px) {
  #about,
  #portfolio {
    margin: 50px 10%;
  }
}

#contact {
  height: 150px;
}

p {
  font-size: 20px;
}
