@font-face{
    font-family:"Lato-Regular";
    src: url("../FONTS/Lato-Regular.woff2") format("woff2");
}

body{
    font-family: "Lato-Regular", sans-serif;
    color: black;
    text-align: left;
    background-color: whitesmoke;
    padding: 20px;
}

