body{
    --font: "Patrick Hand SC";
    background-image: url("Content/Background.png");
    backdrop-filter: blur(20px) brightness(0.2);
    color: white;
    margin: 0;
    padding: 0;
    font-family: var(--font), system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}

a{
    text-decoration: none;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}

.column{
    display: block;
    max-width: min(100%, 512px);
    min-width: 0px;
    text-align: center;
    padding: 12px;
    margin: 12px;
}

.logo{
    max-width: min(100%, 512px);
    min-width: 0px;
}

.socials{
    flex-direction: row;
    margin-bottom: 16px;
    min-width: 0;
}

.socials img{
    padding: 12px;
    height: 32px;
    vertical-align: middle;
}