body{

}

#altered {
    height: 500px;
    width: 800px;
    font-family: sans-serif;
    margin-top: 1000px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(102, 243, 304);
    text-indent: 30px;
  	border-radius: 10px;
}

#altered h1{
  text-decoration: underline;
  font-size: 50px;
  color: white;
}
#altered h2{
  text-decoration-line:underline;
  text-decoration-style: double;
  font-size: 30px;
  text-indent: 100px;
  padding: 20px;
  width: 300px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 40px;
  background-color: rgb(20, 235, 88);
}
#altered h3{
}
#altered h4{
}
#altered h5{
}
#altered h6{
}
  