@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Play:wght@400;700&family=Quicksand:wght@300..700&display=swap');


        * {
            background-color: #f8f9fa;
            font-family: "Quicksand", sans-serif;
        }
        div div div h3{
            font-family: "Play", sans-serif;
        }
        .project-title {
            color: #0d6efd;
        }
        .section-heading {
            color: #343a40;
            border-bottom: 2px solid #0d6efd;
            padding-bottom: 5px;
        }
        .tagline {
            font-style: italic;
            color: #6c757d;
        }
        .card {
            margin-bottom: 20px;
        }

        div div h1{
            font-family:"Cinzel", serif;
        }
        .container{
            padding: 20px;
        }
        body{
            background-color: rgb(248,249,250);
            backdrop-filter: blur(5px);
        }