@import url('https://fonts.googleapis.com/css2?family=Londrina+Sketch&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Candal&family=PT+Sans+Caption:wght@400;700&display=swap');

body{
    background-color: #f7f9f2;
    font-family:"mukta";
}

h1{
    font-family: "londrina sketch";
    color:#df0a23;
}

h2{
    font-family: "Candal", sans-serif;
    color:#df0a23;
}
h3{
    font-family: "Candal", sans-serif;
    color: #6fb4d9;
    text-align: center;
}

h4 {
    font-family: "Candal", sans-serif;
    font-weight: 200;
    color: gold;
}

.spcenter{text-align: center;

}
div{
    font-family: "mukta" sans-serif;
    font-weight: 800;
    color: #243a46;
}

nav {
    background-color: #f0ebddec;
}