.intro-button a, .intro-button span {
background-color: #ED8136;
color: #fff;
padding: 10px 20px;
border-radius: 8px;
text-decoration: none;
font-weight: bold;
font-family: 'Rubik', sans-serif;
display: inline-block;
transition: background-color 0.2s;
}
.intro-button a:hover span {
background-color: #FAB243;
}