html {
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
    background-color: #555555;
    color: #ffffff;
}

a {
    color: #ffffff;
}

a.hover {
    color: #dddddd;
}

#main {
    height: 100%;
    width: 100%;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    padding: 24px 12px;
}

#maincolumn {
    margin: 0px auto;
    height: 100%;
    width: 100%;
    max-width: 640px;
    padding-bottom: 80px;
}

#header {
    display: flex;
    width: 100%;
    align-items: center;
    -webkit-box-align: center;
    flex-direction: column;
    margin-top: 14px;
    margin-bottom: 30px;
    font-size:14pt;
    font-weight: bold;
    vertical-align: baseline;
}

#header-img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 10px;
}

#header-sub {
    font-size: 12pt;
    font-weight: normal;
}

#footer {
    height: 80px;
}

.rectbutton {
    z-index: 0;
    overflow: hidden;
    margin-bottom: 16px;
    /*transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;*/
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    height: auto;
}

.buttonlink {
    font-weight: bold;
    width: 100%;
    padding: 20px;
    align-items: center;
    text-decoration: none;
    text-align: center;
}

.button-sub {
    font-weight: normal;
    font-size: 10pt;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    align-items: center;
    position: relative;
    vertical-align: baseline;
}

.rectbutton.milkbag {
    background-color: #0fb5f1;
}

.rectbutton.bluesky {
    background-color: #0085ff;
}

.rectbutton.instagram {
    background-color: #fd8212;
}

.rectbutton.mastodon {
    background-color: #8c8dff;
}

.rectbutton.scs {
    background-color: #1fbc12;
}
