16 lines
279 B
CSS
16 lines
279 B
CSS
h1 {
|
|
font-family: 'Advent Pro', sans-serif;
|
|
text-transform: uppercase;
|
|
font-size: 3rem;
|
|
font-weight: 700;
|
|
color: black; }
|
|
|
|
.subtitles {
|
|
font-family: 'Advent Pro', sans-serif;
|
|
color: black;
|
|
font-size: 2rem;
|
|
font-weight: 500; }
|
|
|
|
.carousel {
|
|
overflow: hidden; }
|