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