/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

<style>
/* Overwriting the reduced footer width...for whatever reason, 
reduced also means half the width of the page...DUMB.
Find original in pwr-footer.css. Changed there as well.  
- Barron */
.pwr-footer-reduced__correction{
    float: left !important;
    margin-left: 60px !important;
    position: relative !important;
    width: 100% !important;
  
}
.new_button{
  background-color: rgba(239, 66, 99, 1.0);
    border: 2px solid #ffffff;
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
  }
.new_button:hover {
  background-color: #3B3B3C;
  cursor: pointer;
}
</style>