91 lines
1.6 KiB
CSS
91 lines
1.6 KiB
CSS
body {
|
|
background-color: #161618;
|
|
font-family: "Noto Sans", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-variation-settings:
|
|
"wdth" 100;
|
|
}
|
|
|
|
.vtubegay-logo {
|
|
width: 90%;
|
|
max-width: 50em;
|
|
height: auto;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding-top: 2em;
|
|
text-align: center;
|
|
}
|
|
|
|
.cta {
|
|
color: #f2f5f4;
|
|
width: auto;
|
|
max-width: 80%;
|
|
height: auto;
|
|
display: flex;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: center;
|
|
justify-content: center;
|
|
text-decoration: none;
|
|
font-size: 1em;
|
|
padding-top: 8em;
|
|
}
|
|
|
|
@media (min-width: 35rem) {
|
|
.cta {
|
|
font-size: 2em;
|
|
padding-top: 0em;
|
|
}
|
|
.vtubegay-logo {
|
|
padding-top: 5em;
|
|
}
|
|
}
|
|
|
|
.user {
|
|
color: #f5a9b8;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.footer {
|
|
color: #f2f5f4;
|
|
text-align: center;
|
|
margin: 25px auto;
|
|
margin-top: 20px;
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.footer small {
|
|
font-size: 0.3em;
|
|
} |