.shadow-button {
    width: 100%;
    height: 60px;
    font-size: 24px;
    color: #fff;
    background-image: linear-gradient(#ffbb36, #ec9c00);
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}