#section1
{
    padding:50px 0px;
    text-align: center;
}

#section1 img
{
    width:100%;
    height:300px;
    margin:10px;
    box-shadow: 1px 1px 1px 2px rgb(219, 219, 219);
}

h2{
    padding:0px;
    margin-bottom: -50px;
    margin-top: 50px;
}

.buttonMoreDetails
{
    padding:15px 40px;
    animation-duration: 4s;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    border-radius: 25px;
    margin-left:20px;
    
    color:white;
    font-family: 700;
    /* box-shadow: 1px 1px 2px 2px  #3498DB; */
}

.buttonMoreDetails:hover
{
text-decoration: none;
    color:white;
    
    background: linear-gradient(-45deg, rgba(45,112,253,0.6) 0%, rgba(45,112,253,0.6) 100%);
}
#button
{
    text-align: center;
}

.section h2
{
    margin:0px;
    padding-top:100px;
}

footer
{
    margin-top:100px;
}