html{
    font-size: 14px;
}

body{
    margin:0;
    background-color: #f2f2f2;
    font-family: "Montserrat";
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

p{
    color:#737373;
}