.main-container-block-1-content-buttons {
display: flex;
justify-content: space-between;
align-items: center;
text-transform: uppercase;
}
.btn {
min-height: 50px;
width: 200px;
}
.btn-link {
display: flex;
justify-content: center;
align-items: center;
height: 50px;
width: 200px;
border: 2px solid #ffffff;
border-radius: 50px;
color: #ffffff;
text-decoration: none;
}
.btn-link:hover {
background-color: #00fffc;
border: 2px solid #4df2f7;
transition: .5s ease;
}