html {
    background: #fff;
}

body {
    font-family: 'Jost';
    font-color:#333;

}

#container{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#wrap {
    width: 50%;
    text-align: center;
}

h1 {
    font-size: 50px;;
    align-self: center;
    margin: 0 auto;
}
span {
    font-size: 20px;
}