@font-face {font-family: "Segoe UI"; src: local('Segoe UI'), url(/fonts/segui.ttf) format("truetype"); font-style: normal; font-weight: normal}
@font-face {font-family: "Segoe UI"; src: local('Segoe UI Bold'), url(/fonts/seguib.ttf) format("truetype"); font-style: normal; font-weight: bold}
@font-face {font-family: "Segoe UI"; src: local('Segoe UI Semibold'), url(/fonts/seguisb.ttf) format("truetype"); font-style: normal; font-weight: 600}
@font-face {font-family: "Segoe UI"; src: local('Segoe UI Light'), url(/fonts/seguil.ttf) format("truetype"); font-style: normal; font-weight: 300}

body {
    background-color: #F0F2F4;
    margin: 20px;
    text-align: center;
}

h1 {
    font-size: 25px;
    font-family: "Segoe UI", sans-serif;
    font-weight: 700;
    color: #0EAF5F;
    margin: 50px 0 0 0;
}

h2 {
    font-size: 17px;
    font-family: "Segoe UI", sans-serif;
    font-weight: 700;
    color: #96A0B4;
    margin: 8px 0 32px 0;
}

h3 {
    font-size: 20px;
    font-family: "Segoe UI", sans-serif;
    font-weight: 700;
    color: #0B553B;
    margin: 60px 0 10px 0;
    text-align: center;
}

.legal, .legal a {
    margin: 50px 0 0 0;
    font-size: 12px;
    color: #96A0B4;
    font-family: "Segoe UI", sans-serif;
}