56 lines
1.0 KiB
CSS
56 lines
1.0 KiB
CSS
body {
|
|
background-color: #161618;
|
|
font-family: 'Inter', sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
}
|
|
|
|
.vheart-logo {
|
|
width: 70%;
|
|
max-width: 50em;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding-top: 10em;
|
|
text-align: center;
|
|
}
|
|
|
|
.coming-soon {
|
|
color: #f2f5f4;
|
|
width: auto;
|
|
height: auto;
|
|
display: flex;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: center;
|
|
justify-content: center;
|
|
text-decoration: none;
|
|
font-size: 3rem;
|
|
}
|
|
|
|
.discord {
|
|
width: auto;
|
|
height: auto;
|
|
display: flex;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: center;
|
|
justify-content: center;
|
|
text-decoration: none;
|
|
}
|
|
.discord-logo {
|
|
width: 3em;
|
|
height: auto;
|
|
display: flex;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: center;
|
|
color: #5865f2;
|
|
}
|
|
|
|
.discord-logo:hover {
|
|
color: #f2f5f4;
|
|
} |