<div class="button_orange"><a href="#">Скачать</a><small>Размер: 84Mb</small></div>
.button_orange {
background-color: #fb9e53;
width: 200px;
height: 60px;
border-radius: 10px;
cursor: pointer;
text-align: center;
color: white;
padding: 10px;
margin-top: 10px;
}
.button_orange a {
cursor: pointer;
text-align: center;
color: white;
font-size:20px;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
position: relative;
}
.button_orange small {
cursor: pointer;
text-align: center;
color: #2b2a2a;
margin-top: 5px;
float:left;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}
.button_orange:hover {
background-color: #b26424;
cursor: pointer;
}
.button_orange:active {
box-shadow: none;
top: 5px;
color: #008000;
}