@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&family=Space+Mono:wght@400;700&display=swap');

* {
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;
}

header {
    background-color: #4CAF50;
    color: white;
    padding: 10px 0;
    text-align: center;
}

header h2 {
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-style: normal;
    margin: 0 1;
}

.wrapper {
    margin-bottom: 85px;
    padding: 0 40px;
}

.blog {
    margin-top: 20px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: 2px solid;
    background-color: #f4f4f4;
}