div.container {
    display: block;
    width: 466px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
    
}
#rule {
    height: 40px;
    margin-top:10px;
}

.button  {
    display:inline-block;
    width:140px;
    background-color: #e2b56e;
    text-decoration: none;
    font-size: 14px;
    font-family: "Josefin Sans", serif;
    font-weight: 400;
    text-align: center;
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 3px;
    margin-left: 0px;
    }

.copyright {
    text-align: center;
    font-size: 10px;
    font-family: "Droid+Serif";
    font-weight:  400;
    
}

a {
  text-decoration-line: none;
    color: black;
    }
a:hover {
    color: yellow;
}

.centered {
    display: block;
  h
    margin-left: auto;
    margin-right: auto;
}
.horizontalrule {
    
}

/*
#mainart {
align-content: center;
    position: fixed;
        width: 480 px;
*/
        
}