html, body{
    position: relative;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body{
    text-align: center;
    color: #f8f8f8;
    background: #4C6473;
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
}

div{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

a:link, a:visited, a:active{
    color: inherit;
}

a{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
}

a>img{
    width: 100%;
    height: 100%;
}

div#background{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;

}

div#card{
    margin: 2rem auto;
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:linear-gradient(30deg, #4C6473DD, #4C6473BB, #4C6473EE, #4C6473AA, #4C6473CC);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    backdrop-filter: saturate(180%) blur(.55em);
    -webkit-backdrop-filter: saturate(180%) blur(.55em);
}

div#card>div{
    width: 330px;
    margin: 15px;
}

div#name{
    font-size: 1.2em;
}

div#buttons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

div#buttons>a{
    margin: 0 0.75em;
}

div#footer{
    color: #DDDDDD;
    font-style: italic;
    font-size: .8em;
}

img#avatar{
    width: 160px;
    height: 160px;
    margin: auto;
    border-radius: 120px;
    object-fit: cover;
}

img#powered_by{
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    margin-bottom: -.25em;
}
