@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap);
body, html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #f5f5f5;
    font-family: "Lato", Helvetica, Arial;
    font-size: small;
}
