html, body {
height: 100%;
}
body {
margin: 0;
background-color: #17181e;
color: #dddddd;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#logo {
width: 9vh;
}
h1 {
font-size: 2.5vh;
margin-top: 1vh;
margin-bottom: 3vh;
}
#icons {
display: flex;
> a.icon {
width: 3vh;
margin-right: 0.5vh;
margin-left: 0.5vh;
svg {
width: 100%;
> path {
fill: #dddddd;
}
}
}
}
