body { background-color: #36454F; color: white; margin: 0; font-family: Arial, sans-serif; overflow: hidden; } .title { font-size: 4em; text-align: center; margin-top: 20%; } .subtitle { font-size: 2,5em; text-align: center; } .dicover_me_button { display: block; margin: 20px auto; padding: 10px 20px; background-color: white; color: #36454F; border: none; border-radius: 25px; font-size: 2em; cursor: pointer; display: flex; align-items: center; justify-content: center; } .material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48; margin-left: 5px; } .dicover_me_button:hover { background-color: #cccccc; }