*{
    margin:0 auto;
}
.content{
    height: 70vh;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
}
.content>h1{
    margin-top: 60px;
    margin-bottom: 60px;
    font-weight: 400;
}
.content>div{
    width: 414px;
    font-size: 24px;
    line-height: 50px;
}