body{
    margin: 0;
}
* {
    --shadow-properties : 1px 0px 62px -15px rgba(0,0,0,0.58);
    --shadow-properties-medium : 1px 0px 62px -15px rgba(0,0,0,0.28);
    --shadow-properties-light : 1px 0px 62px -15px rgba(0,0,0,0.18);
    --green: rgb(42, 72, 104);
    --beige:#d4e3ed;
    --beige-light:#fbfdff;
    font-family: roboto;
}
h2{
    font-size: 46px;
}
p{
    font-size: 18px;
}
