html {
    min-height: 100vh;
}

body {
    margin: 0;
    background-color: #1e1e1e;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    min-height: 100%;
}

/* Reset that fuck*/
p, h1, h2, h3, h4, h5, h6 {margin: 0;}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

p {
    margin: 5px 0 5px 0;
}

a, a:visited {
    color: #FFF;
    text-decoration: unerline;
    transition: color 0.1s ease-in-out;
}

a:hover {
    color: #FA1;
}

.blocks a, .blocks a:visited {
    text-decoration: none;
}

#site {
    width: 100%;
    max-width: 560px;
    box-sizing: border-box;
    padding: 90px 25px 10px 25px;
    margin-left: auto;
    margin-right: auto;
}

.title {
    font-size: 230%;
    font-weight: 300;
    margin: 10px 0 10px 0;
    text-align: center;
}

.imgblock {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 5px auto 15px auto;
    padding: 15px;
    box-sizing: border-box;
}

.imgblock img {
    position: relative;
}

.blocks {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 0;
}

.blocks a {
    display: inline-block;
    padding: 10px;
    width: 20%;
    font-size: 32pt;
    box-sizing: border-box;
    text-align: center;
}

.blocks .avatar {
    width: 90%;
    height: auto;
    display: inline-block;
}

@media screen and (max-width: 580px) {
    .blocks a {
        width: 45%;
        font-size: 26pt;
    }

    .blocks .avatar {
        max-width: 100px;
    }
}

.corner {
    color: #333;
    position: absolute;
    right: 5px;
    top: 5px;
}

.subtle {
    color: #AAA;
    font-size: 75%;
}

.centered {
    text-align: center;
}

.small {
    font-size: 50%;
}

.exsmall {
    font-size: 35%;
}

.notice {
    padding: 10px;
    font-size: 80%;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.05);
    border-radius: 5px;
    margin-bottom: 15px;
}
