﻿@font-face {
    font-family: "Poppins";
    src: url(https://fonts.googleapis.com/css?family=Poppins);
}

body {
    font-family: "Poppins";
    font-size: 16px;
    color: #0c0c0c;
    /*background-color: #ffffff;*/
}
.form-control{
    font-size: 16px !important;
}
h1, .h1{
    font-size: 40px;
}
p{
    color:#000000;
}