@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
.home{
    video{
        border-radius: 25px;
        height:auto;
        max-width:750px;
        width:100%;
        display: flex;
        margin: auto;
        margin-bottom: 30px;

    }
    .card-title{
        /*text-shadow: 1px 1px #000000;*/
        color: #494949;
        font-size: 30px;
        font-family: 'Playfair Display', serif;
        font-weight: 700;
    }
    .card-body{
        display: flex;
        max-width: 650px;
        margin: auto;
    }
    .card{
        height: 900;
        text-align: center;
        background: #ffffff;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 300;
    }
}