@import 'https://fonts.googleapis.com/css?family=Open+Sans'; html { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; font-family: 'Open Sans', sans-serif; background-color:5c3b58; font-size: 56; } .site { margin-left:auto; margin-right:auto; background-color:222222; width:100%; } a { color: D9D201; font-weight: bold; /* background-color: 202020; */ text-decoration: none; } .titlecontainer { /*border-bottom: 3px solid grey;*/ } .title { font-size: 1em; font-weight: bold; color: lightgrey; padding:3px; } .subtitle { font-size: 0.3em; font-weight: bold; letter-spacing: 2px; padding:5px; color: lightgrey; } .division{ background-color: 444444; font-size: 1em; font-stretch: semi-expanded; padding: 2px; margin-bottom: 2px; margin-top: 2px; letter-spacing: 5px; color:lightgrey; font-weight:bold; } .content { background-color: 393939; font-size: 0.6em; padding: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: bold; /* background-color: 202020; */ text-decoration: none; } .benice { font-size: 0.1em; background-color: 444444; font-stretch: semi-expanded; padding: 2px; font-color: white; } .footer { font-size: 0.1em; padding: 2px; } /* BOTTOM OVERLAY JUMP-TO-TOP */ .gototop { overflow: hidden; margin-left:0px; background: #222222; position: fixed; /* Set the navbar to fixed position */ bottom: 0; /* Position the navbar at the top of the page */ width: 100%; /* Full width */ font-size: 0.7em; border-top: 3px solid grey; padding: 3px; }