blob: 8386a1f2df1399de1ecd44a36f773eb711786e77 [file] [log] [blame]
.h1 {
text-align: center;
font-size: 3.5rem;
margin-bottom: 0.5rem;
}
.intro {
line-height: 1.5;
font-size: 1.5rem;
}
.slogan {
position: relative;
transition: opacity 0.5s;
}
.sloganIn {
opacity: 1;
}
.sloganOut {
opacity: 0;
}
@media screen and (max-width: 575px) {
.h1 {
font-size: 1.75rem;
}
.intro {
font-size: 1.25rem;
}
}