<style>
body {
    font-family: "Poppins", Sans-serif;
}

h1 {
    color: #E56E7E;
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 700;
}

a.btnRosa {
    text-decoration: unset;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    background-color: #E56E7E;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 40px 15px 40px;
    color: #fff;
}

a.btnRosa:hover {
    color: #000000;
}
</style>