* {
  padding: 0;
  margin: 0;
}

body {
  background-color: cadetblue;
}

h1 {
  text-align: center;
  color: yellow;
}

h2 {
  text-align: center;
  color: blue;
  font-size: 35px;
  text-decoration: underline;
}

h3 {
  text-align: center;
  color: blue;
  font-size: 35px;
  text-decoration: underline;
}

h4 {
  text-align: center;
  color: blue;
  font-size: 35px;
  text-decoration: underline;
}

h5 {
  text-align: center;
  color: blue;
  font-size: 35px;
  text-decoration: underline;
}

h6 {
  text-align: center;
  color: blue;
  font-size: 35px;
  text-decoration: underline;
}

.container {
  /* background-color: darkslategray; */
  width: 90%;
  margin: auto;
  color: yellow;
  font-size: 1.7rem;
}

img {
  display: block;
  margin: auto;
  width: 15%;
}

.name {
  padding-top: 20px;
  text-align: center;
  color: yellow;
  font-size: 1.7rem;
}
