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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html, body {
    height: 100%;
    text-align: center;
    margin: 200px auto;
    color: #1C6956;
    font-weight: 600;
    font-size: 18px;
}