css
body {
font-family: Arial, sans-serif;
}
h1.style1 {
color: #2c3e50;
margin-bottom: 30px;
background: linear-gradient(to right, #FF6B6B, #8B5CF6);
padding: 20px;
border-radius: 10px;
}
p.style1 {
font-size: 18px;
line-height: 1.6;
}
.style2 {
color: #2c3e50;
margin-bottom: 30px;
background: linear-gradient(to right, #8B5CF6, #E37D42);
padding: 20px;
border-radius: 10px;
}
.p.style2 {
font-size: 18px;
line-height: 1.6;
}
.style3 {
color: #2c3e50;
margin-bottom: 30px;
background: linear-gradient(to right, #E37D42, #FF6B6B);
padding: 20px;
border-radius: 10px;
}
.p.style3 {
font-size: 18px;
line-height: 1.6;
}