html{
    background-color: #f2f2f2;
    color: #666;
}

.site-index{

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.site-index h1{
}
.content{
    padding-top: 50px;
    width: 350px;
}