.content {
    padding-top: 50px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.content .title {
    font-size: 24px;
    color: #4d4d4d
}