body {margin:0; width: 100%; max-width: 600px; animation-name: ss; animation-duration: 3s; } .navbar { overflow: hidden; background-color: #333; position: fixed; top: 0; width: 100%; max-width: 600px; } .navbar a { float: left; display: block; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .navbar a:hover { background: #ddd; color: black; } body { background-color: #4b4c51; margin: auto; width: 100%; max-width: 600px; animation-name: ss; animation-duration: 3s; } .content {} .button { background-color: #4b4c51; border: none; color: white; padding: 15px 15px; text-align: center; text-decoration: none; display: block; font-size: 16px; transition-duration: 0.4s; cursor: pointer; width: 100%; font-family: "EB+Garamond"; margin: 10px 0 10px 0; } .cl { background-color: #4b4c51; color: #CE9F6B; border: 2px solid #CE9F6B; } .cl:hover { background-color: #CE9F6B; color: White; } .clx { background-color: #CE9F6B; color: White; border: 2px solid #CE9F6B; } .clx:hover { background-color: #CE9F6B; color: black; } h1,h2 { color: #CE9F6B; text-align: center; } p { margin: 40px 10px 30px 10px; color: white; text-align: center; } .sos { margin: 10px 10px 30px 10px; height: 20px; } .logo { display: block; margin-left: auto; margin-right: auto; margin-top:30px; margin-bottom:30px; max-width: 130px; height: auto; } .banner { display: block; margin: 30px 0 30px 0; max-width: 100%; height: auto; } .menu { display: block; margin: 0 0 0 0; max-width: 100%; height: auto; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: none; } a:active { text-decoration: none; } div { } @keyframes ss { from {opacity: 0} to {opacity: 1} }