html {
    font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color:#3574dc;
}

.icon {
    width: 50%;
    text-align: center;
}

.text {
    font-size: 1.5em;
}