| @ -1,30 +1,31 @@ | |||||
| @import url("./variables.css"); | @import url("./variables.css"); | ||||
| .title{ | |||||
| .container__title{ | |||||
| text-align: center; | text-align: center; | ||||
| } | } | ||||
| .title > h1 { | |||||
| .container__title > h1 { | |||||
| font-size: 4em; | font-size: 4em; | ||||
| margin-bottom: 0.3em; | margin-bottom: 0.3em; | ||||
| } | } | ||||
| .title > h1 > span { | |||||
| .container__title > h1 > span { | |||||
| color: var(--third-color); | color: var(--third-color); | ||||
| text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); | text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); | ||||
| } | } | ||||
| .title > h3{ | |||||
| .container__title > h3{ | |||||
| font-size: 2em; | font-size: 2em; | ||||
| margin-bottom: 0.3em; | margin-bottom: 0.3em; | ||||
| } | } | ||||
| .title > h4{ | |||||
| .container__title > h4{ | |||||
| font-size: 2em; | font-size: 2em; | ||||
| margin-bottom: 0.3em; | margin-bottom: 0.3em; | ||||
| } | } | ||||
| .title > h4 > a { | |||||
| .container__title > h4 > a { | |||||
| color: var(--third-color); | color: var(--third-color); | ||||
| text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); | text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); | ||||
| text-decoration: underline; | |||||
| } | } | ||||