You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
313 B
27 lines
313 B
4 years ago
|
.page {
|
||
4 years ago
|
font-family: "Raleway";
|
||
|
height: 100vh;
|
||
|
width: 100vw;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
|
||
|
text-align: center;
|
||
|
|
||
|
.icon {
|
||
|
font-size: 10rem;
|
||
|
}
|
||
|
|
||
|
.header {
|
||
|
font-size: 5rem;
|
||
|
}
|
||
|
|
||
|
.subtitle {
|
||
|
font-size: 3rem;
|
||
|
}
|
||
|
|
||
|
.link {
|
||
|
margin-top: 1.5rem;
|
||
|
}
|
||
|
}
|