Script de CSS
style.css
.button{
display: inline-block;
padding: 21.5px 0;
font-size: 24px;
font-weight: 600;
color: #F8EDED;
background-color: #FF8225;
border: none;
border-radius: 16px;
font-family: "Montserrat", sans-serif;
text-decoration: none;
text-align: center;
cursor: pointer;
}