#pad{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

button{
    border: none;
     background: none;
}



button img{
   max-width: 100%;
   max-height: 70vh ;
   border-radius: 5px;
}

a{
    text-decoration: none;
    color: black;
}

#cont-center{
    display: flex;
  align-items: center;
  justify-content: center;
}

.image img{
 max-width: 100%;
 object-fit: cover;
}
