See More

body { background-color: rgba(0, 136, 255, 0.568) !important; padding: 0px; margin: 0px; } .container { display: flex; flex-direction: column; align-items: center; margin-bottom: 30px; } .container a { text-decoration: none; color: white; } .container button { width: 175px; height: 50px; border-radius: 50px; margin: 15px 0px; display: block; border: none; outline: none; background-color: rgba(255, 0, 68, 0.901); font-size: 15px; color: white; font-weight: bold; } .container button:hover { background-color: rgba(204, 0, 255, 0.329); }