body {
    font-family: sans-serif;
    margin: 10px;
    padding: 10px;
    background-color: #FFFCF0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.colorBookly
{
    color: #ea8E40;
    font-family: "Lato", sans-serif;
}

.btnAgregarBookly
{
    background-color:#7cc5bc;
}

.bordeTarjeta{
     border-color: #FF0000;


}

header {
    display: flex;
    justify-content: center; 
    align-items: center; 
    padding: 1px; 
  }
section{
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo h1 {
    font-size: 45px;
    font-family: "Lobster", sans-serif;}

.logo img {
    height: 100px;
}

main {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}




footer{
    display: flex;
    flex-direction: row;
}

article .textos{
    display: flex;
    flex-direction: row;
    margin: 20px;
    padding: 20px

}

@media only screen and (max-width: 768px) {
    .logo img {
        height: 50px;
    }
    header {
        flex-direction: column;
    }

   .logo {
        margin-bottom: 10px;
    }

   .bookly {
        margin-left: 10px;
    }
}
