html {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
margin: 0;
color: #312E81;
}

h2 {
margin: 0 0 17px;
font-weight: 400;
}
