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