img {
  float:inherit;
  width: 600px;
  height: 600px;
  margin: 20px;
  border-color: grey;
  border-style: solid;
  border-radius: 30px;
}

body {
  background: teal;
  margin: 30px;
}

a{
  color: gold;
  text-align: center;
  font-family: monospace;
  font-size: 28px;
}

p {
  color: whitesmoke;
  text-align: center;
}

h1 {
  color: whitesmoke;
  font-weight: bold;
  text-align: center;
  font-family: inherit;
}

h2 {
  color: whitesmoke;
  font-weight: bold;
  text-align: center;
  font-family: inherit;
}

h3 {
  color: whitesmoke;
  font-weight: bold;
  text-align: center;
  font-family: inherit;
}

h4 {
  color: whitesmoke;
  font-weight: bold;
  text-align: center;
  font-family: inherit;
}

h5 {
  color: whitesmoke;
  font-weight: bold;
  text-align: center;
  font-family: inherit;
}

h6 {
  color: whitesmoke;
  font-weight: bold;
  text-align: center;
  font-family: inherit;
}

ul {
  color: whitesmoke;
  font-family: monospace;
  font-size: 17px;
}

iframe {
  float: inherit;
  border-color: grey;
  border-style: solid;
  border-radius: 30px;
}