/*
Colors
    Blue: #3D71D9
    Green: #4CC051
    Red: #D93D3D
*/

body {
    margin: 0;
}

body,
input,
textarea,
select,
button {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.15;
}

img,
svg {
    display: inline-block;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: inherit;
}
