15 lines
171 B
CSS
15 lines
171 B
CSS
body {
|
|
width: 90%;
|
|
background-color: #B4C6E2;
|
|
}
|
|
|
|
.page-title {
|
|
text-align: center;
|
|
color: #323C4A;
|
|
}
|
|
|
|
.page-main-content {
|
|
text-align: left;
|
|
color: #495568;
|
|
}
|