*::after,
*::before,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
}

img {
  width: 90%;
  max-width: 640px;
  display: block;
  border-radius: 10px;
  margin: 10px 0 3px 0;
}

p {
  font-weight: 500;
}

p {
  color: #333333;
}

footer {
  text-align: center;
}

footer p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}