21 lines
440 B
CSS
21 lines
440 B
CSS
body {
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-size: 14px;
|
|
line-height: 1.42857143;
|
|
color: #333;
|
|
text-decoration: none;
|
|
/* background-color: rgb(241, 241, 241); */
|
|
background-color: #D7C2FF;
|
|
width: 70%;
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.text {
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-size: 14px;
|
|
color: #333;
|
|
line-height: 1.5;
|
|
}
|