vtube.gay/css/style.css

74 lines
1.3 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: 50%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
padding-top: 10em;
text-align: center;
}
.cta {
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: 2rem;
}
.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;
}