@import url(https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);
html {
    background: url(cover.png) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}
#comment_box{
    font-family:'lato';
    width: 36%;
    height: 35%;
    margin-top: 1%;
    margin-left: 32.5%;
    text-align: center;
    font-size: 20px;
    overflow:auto;
    /*border: 1px solid black;*/
}
#submit_box{
    text-align: center;        
}