 
@import url('https://fonts.googleapis.com/css2?family=Emilys+Candy&family=Kedebideri:wght@400;500;600;700;800;900&display=swap');

body{
    margin: 0;
    font-family: "Kedebideri", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin-bottom: -30px;
}

header{
    background-color: #ffddea;
    padding: 60px;
    text-align: center;
    font-family: "Emilys Candy", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    color: #6d083c;
}
.row{
    display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
}
.column{
    padding: 20px; 
    padding-top: 40px;
    text-align: center;
}
.buttonimg{
    height: 250px; 
    width: 450px; 
    object-fit: cover;
    padding: 10px;
    padding-bottom: 60px;
    background-color: white;
}
.buttonimg:hover{
 background-color: #ffddea;
 padding: 10px;
 padding-bottom: 60px;
 box-shadow: 0 4px 4px 0 rgba(111, 0, 78, 0.25);
 border-radius: 3px;

}
.buttontext{
    margin-top: -50px;
    color: #6d083c;
    text-align: center;
    text-decoration: none;

}
 a {
            text-decoration: none;
    }

    .thx{
        font-size: 20px;
        text-align: center;
        color: #6d083c;
        padding: 25px;
        background-color: #ffddea;
        
    }
