body{
    background-color: FFEAF3;

}
header{
    display: flex;
    background-image: url("https://image2url.com/images/1762435994320-719c6d2e-dabd-448f-8bec-91f3f03717cd.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    height: 60vw;
    margin-bottom: 50px;

}
.herotxt{
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    color: D847A6;
}
.card{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}


.cardtxt{
    text-align: center;

}
.card-title{
    border-bottom: solid 4px #D847A6 ;
}


h1{
    font-size: 40px;
    align-self: center;
}
h2{
    font-size: 50px;
}
p, button{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}
button{
    padding: 10px 20px;
    color: black;
    background-color: aliceblue;
    border-radius: 10px;
}

@media (min-width:680px){
    
    .card{
        flex-direction: row;
    }
    .cardtxt{
        text-align: left;
        margin-left: 20px;
    }
}
@media (min-width:1200px){
    
}
