| 1234567891011121314151617181920212223242526272829303132333435 |
- .title a, .title span {
- color: #0070f3;
- text-decoration: none;
- }
-
- .title a:hover,
- .title a:focus,
- .title a:active {
- text-decoration: underline;
- }
-
- .title {
- margin: 0;
- line-height: 1.15;
- font-size: 4rem;
- }
-
- .title,
- .description {
- text-align: center;
- }
-
- .description {
- margin: 4rem 0;
- line-height: 1.5;
- font-size: 1.5rem;
- }
- .background{
- height: 100px;
- width: flex;
- display: flex;
- background: #464646;
- align-self: center;
- }
|