.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    margin-top: 15%;
    margin-bottom: auto;
    margin-left: 15%;
}

.center p {
    width: 50%;
}