.container{ color: white; background-color: maroon; border-style: solid; border: 1px solid black; text-align: center; margin:5px; } .button { background-color: gold; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; } .button:hover{ background-color: white; color: gold; cursor: pointer; } a{ color:white; text-decoration:none; } a:hover{ text-decoration:underline } #about{ display: none; } #title{ font-size: xx-large; } #subtitle{ font-size: large; } #choose_file{ } #submit{ }