@import url("https://fonts.googleapis.com/css2?family=Cookie&amp;family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;family=Molengo&amp;family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;family=Ubuntu:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;display=swap");

:root {
    --background-clr: #edecec;
}

body {
    margin: 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    width: 100%;
    font-family: "lato", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8em;
    background: #2b2b2b;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Logo {
    font-family: "Cookie", cursive;
    /* font-size: 52px; */
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
div.paragraph,
blockquote,
fieldset,
input {
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    letter-spacing: 1px;
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input {
    margin: 0 !important;
    padding: 0 !important;
}

a img {
    border: 0;
}

.container {
    width: 100%;
    max-width: 960px !important;
    margin: 0 auto;
}

.menu {
    letter-spacing: 3px;
}

.bg_clr {
    background-color: #f3dbdb;
}

.description {
    letter-spacing: 1px;
    line-height: 23px;
    font-family: "Muli" !important;
}

.scnd_description {
    font-family: "Muli" !important;

    letter-spacing: 1px !important;
}

.sec2_bg {
    background-color: var(--background-clr);
}

@media only screen and (min-width: 768px) {
    .paregraph-fs {
        font-size: 1.25rem;
    }
}