body {
    background-color: black;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    margin: 0;
    padding: 0;
    height: 100%;
}

.center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100dvw;
    height: 100dvh;
    margin-left: auto;
    margin-right: auto;
}

.socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sm-buttons {
    width: 100px;
    margin: auto;
}

.social-spacer{
    height: 50px;
    width: 25px;
}