#altered {
    height: 3000px;
    width: 1500px;
    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{
  font-family: fantasy;
  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{
  font-family: monospace;
  text-indent: 200px;
  font-size: 60px;
  background-color:rgb(222, 171, 62);
  padding: 20px;
}
#altered h4{
  font-family: cursive;
  color:rgb(25, 48, 133);
  background-color: rgb(217, 47, 171);
  padding: 30px;
  margin-left: 500px;
}
#altered h5{
  background-color: rgb(202, 0, 255);
  padding:10px;
  font-family: verdana;
  border-radius: 50px;
  height: 50px;
  margin:auto;
}
#altered h6{
  font-size:20px;
  background-color:white;
  height:80px;
  width:200px;
  padding:10px;
  font-family: Arial;
  color:rgb(202, 244, 133);
  text-decoration: underline;
  text-decoration-style: dotted;
}

#altered p{
  font-size:20px;
  font-family: monospace;
  margin: 100px;
}

#cat1 {
  padding:20px;
  height: 300px;
  width: 400px;
  margin-left:300px;
}
#cat2{
  padding:20px;
  height: 300px;
  width: 400px;
  border-radius: 100px;
}
#altered a:visited{
  color:rgb(204, 39, 65);
  font-weight: bold;
}
  