
body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    font-weight:500;
    font-size:16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    color: #212529;
}

.hero-italic {
    font-style: italic;
    color: #508699;
}