body {
  font-family: Arial, sans-serif;
  background-color: lightblue;
  color: navy;
  margin: 0;
  padding: 20px;
  text-align: center;
}
h1 {
  color: black;
  margin-left: 10px;
  font-size: 90px;
  font-family: serif;
}
h2 {
  color: gray;
}

h3 {
  background-color: white;
  color: blue;
}

h4 {
  color: darkgreen;
  margin-top: 20px;
}

p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: darkblue;
}
img {
  border-radius: 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  margin: 10px;
  transition: transform 0.3s;
}
img:hover {
  transform: scale(1.05);
}
a {
  text-decoration: none;
  color: lightgreen;
  font-weight: bold;
  transition: color 0.3s;
}
a:hover {
  color: darkorange;
}
ul,
ol {
  text-align: left;
  display: inline-block;
  margin: 20px auto;
  padding: 0;
}
li {
  font-size: 16px;
  padding: 5px;
  color: teal;
}
div {
  background: white;
  padding: 20px;
  margin: 20px auto;
  width: 80%;
  border-radius: 10px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}
button {
  background-color: darkred;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}
button:hover {
  background-color: brown;
}
div {
  background-color: white;
  border-left: 5px solid orange;
  padding: 20px;
  margin: 20px auto;
  width: 70%;
  border-radius: 8px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}
div {
  background-color: white;
  border-left: 6px solid blue;
  padding: 20px;
  margin: 20px auto;
  width: 70%;
  border-radius: 8px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}
div {
  background-color: white;
  padding: 20px;
  margin: 20px auto;
  width: 70%;
  border-radius: 8px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.T1 {
  color: red;
  font-size: 15px;
}
.T2 {
  color: orange;
  font-size: 15px;
}
.T3 {
  color: yellow;
  font-size: 15px;
}
.T4 {
  color: green;
  font-size: 15px;
}
.T5 {
  color: skyblue;
  font-size: 15px;
}
.T6 {
  color: navy;
  font-size: 15px;
}
.T7 {
  color: purple;
  font-size: 15px;
}

.T8 {
  color: red;
  font-size: 15px;
}
.T9 {
  color: orange;
  font-size: 15px;
}
.T10 {
  color: yellow;
  font-size: 15px;
}
.T11 {
  color: green;
  font-size: 15px;
}
.T12 {
  color: skyblue;
  font-size: 15px;
}
.T13 {
  color: navy;
  font-size: 15px;
}
.T14 {
  color: purple;
  font-size: 15px;
}
.T15 {
  color: black;
  font-size: 15px;
}
