body {
    height: 100vh;
    min-height: 400px;
    width: 100vw;
    padding: 0;
    margin: 0;
    background-color: #000000;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

a {
    text-decoration:none;
}

.header {
    height: 10px;
}

.content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100vw;
    height: 100px;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}

.footer a {
    color: white;
    margin: 10px;
}

.icp {

}

.ga {
    display: none;
}