2024-10-30 19:48:48 -06:00
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
|
|
|
|
|
2024-08-17 13:23:43 -06:00
|
|
|
|
|
|
|
:root {
|
2024-10-30 19:48:48 -06:00
|
|
|
background-color: #ce3426;
|
|
|
|
color: #ffffff;
|
|
|
|
font-family: "Titillium Web";
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2024-08-17 13:23:43 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
a:link {
|
2024-10-30 19:48:48 -06:00
|
|
|
color: #ffffff
|
2024-08-17 13:23:43 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
2024-10-30 19:48:48 -06:00
|
|
|
color: #ffffff
|
2024-08-17 13:23:43 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
2024-10-30 19:48:48 -06:00
|
|
|
color: #ffffff
|
2024-08-17 13:23:43 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
2024-10-30 19:48:48 -06:00
|
|
|
width: 40%;
|
|
|
|
margin-top: 15%;
|
|
|
|
}
|