33 lines
249 B
CSS
33 lines
249 B
CSS
body {
|
|
background-color:#D98324
|
|
}
|
|
|
|
h2 {
|
|
color: #DF2935
|
|
}
|
|
h2 {
|
|
font-size: 25px;
|
|
}
|
|
|
|
h3 {
|
|
color: #0E34A0
|
|
}
|
|
h3 {
|
|
font-size: 20px;
|
|
}
|
|
|
|
h1 {
|
|
color: #0A2895
|
|
}
|
|
h1 {
|
|
font-size: 30px;
|
|
}
|
|
|
|
body {
|
|
text-align: center;
|
|
}
|
|
|
|
p {
|
|
color: #000000
|
|
}
|