body{
    background-color:white;
    background-attachment:fixed;
    background-position:center;
    background-size:cover;
    letter-spacing:1px;
    text-align:left;
    font-family:serif;
    margin:0 auto;
    color:black;
}

#main{
    position:relative;
    width:98%;
    margin:20px auto;
    box-sizing:border-box;
}

.bigassinsetbox{
    width:100%;
    height:10px;
    border:2px inset lightgrey;
    margin-bottom:40px;
}