40 lines
No EOL
585 B
CSS
40 lines
No EOL
585 B
CSS
html {
|
|
scroll-behavior: smooth;
|
|
}
|
|
|
|
body {
|
|
background: #fff;
|
|
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
|
|
color: #000;
|
|
font-family: 'Montserrat', sans-serif;
|
|
font-size: 16px;
|
|
line-height: 1.5;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
h1,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-weight: 400;
|
|
line-height: 1.3;
|
|
}
|
|
p {
|
|
color: #0B3559;
|
|
font-weight: 400;
|
|
line-height: 2;
|
|
}
|
|
|
|
#border {
|
|
background-color: #0B3559;
|
|
padding: 25px;
|
|
color:#fff;
|
|
}
|
|
|
|
#content {
|
|
background-color: #fff;
|
|
padding: 100px;
|
|
color: #0B3559;
|
|
}
|
|
|