@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400;700&family=Pacifico&family=Righteous&display=swap');

body {
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #f7ecde;
}

h1 {
    font-family: "Pacifico", cursive;
    font-weight: 500;
    font-style: normal;
    font-size: 50px;
    line-height: 60px;
}

h2{
    font-family: "Righteous", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    line-height: 30px;
}

hr{
    border-style: dashed !important;
    border-width: 2px;
}


.card-body.d-flex {
    height: 100px;
}