
/*
 Theme Name:   OutstandIT Astra Child
 Template:     astra
 Version:      1.0.0
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

body {
    font-family: 'Poppins', sans-serif;
}

:root {
    --main-color: #C6E800;
    --dark-blue: #00365C;
}

a {
    color: var(--main-color);
}

.header-main {
    background-color: var(--dark-blue);
    padding: 20px;
}

.footer-main {
    background-color: var(--dark-blue);
    color: white;
    padding: 40px 20px;
    text-align: center;
}

.site-logo img {
    max-height: 60px;
}
