body {
  padding: 0 20%;
}

h1, h3 {
  text-align: center;
  margin-top: 3em;
}

.user {
  margin: 10em 0 13em;
  text-align: center;
}

#username {
  width: 30em;
  height: 3em;
}

button {
  height: 3.5em;
  width: 4em;
}

.instructions {
  margin-top: 2em;
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 3em;

}

.img {
  height: 20em;
  width: 20em;
  background-color: gray;
}

