.amazon_associate {
    max-width: 720px;
    background: linear-gradient(90deg, #f2f2f2 0%, #f2f2f2 100%);
    margin: 0 auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
    border: 2px solid gold;
}

.amazon_associate:hover {
    transform: translateY(3px);
    transition: max-width 0.9ms ease;
    
}

.amazon_associate_title {
    font-size: 32px;
}
.amazon_associate_sub_title {
    font-size: 24px;
}
.amazon_associate_img img {
    margin: 40px;
    border-radius: 16px;
    height: auto;
    max-width: 660px;
    width: 75%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}


.amazon_associate_description {

}

.amazon_associate_button button{
    margin: 40px;
    background: linear-gradient(90deg, #d06908 0%, #f2f2f2 100%);
    border-radius: 16px;
    height: 60px;
    max-width: 660px;
    width: 75%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.amazon_associate_button button:hover{
    background: linear-gradient(90deg, #d06908 0%, #f2f2f2 100%);
    transform: translateY(3px);
    transition: max-width 0.9ms ease;
}