2021-02-19 11:31:23 +00:00
|
|
|
#startPage-Heading {
|
2021-03-07 12:02:09 +00:00
|
|
|
margin-top: 20px;
|
2021-02-19 11:31:23 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#horizontalLine {
|
|
|
|
align-self: center;
|
2021-02-21 09:34:09 +00:00
|
|
|
width: 55em;
|
|
|
|
max-width: 100%;
|
2021-02-19 11:31:23 +00:00
|
|
|
min-height: 1px;
|
|
|
|
}
|
|
|
|
|
2021-02-21 09:34:09 +00:00
|
|
|
#textContainer {
|
|
|
|
max-width: 55em;
|
2021-02-19 11:31:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#linkContainer {
|
2021-02-21 09:34:09 +00:00
|
|
|
margin: 0;
|
2021-02-19 11:31:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#slideProgress {
|
2021-02-21 09:34:09 +00:00
|
|
|
width: 55em;
|
|
|
|
max-width: 100%;
|
2021-02-19 11:31:23 +00:00
|
|
|
margin-top: 30px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#startPage {
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2021-02-19 12:37:07 +00:00
|
|
|
width: 100%;
|
2021-02-19 11:31:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#slideShow {
|
|
|
|
height: 500px;
|
2021-02-21 09:34:09 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|