.content { border-radius: 20px; max-width: 1030px; margin: auto; background:#000000; border-style:solid; border-color:black; padding: 20px; } .btn-group .button { background-color: #000000; /* Green */ border: 1px white; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; cursor: pointer; float: center; } .btn-group .button:not(:last-child) { border-right: none; /* Prevent double borders */ } .btn-group .button:hover { background-color: #986c99; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: underline; } a:active { text-decoration: italic; } a { color: white; }