.not-per {
    border-top: 1px solid #D2D2D2;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 4rem;
}

.per-title {
    height: 13rem;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

body {
    background-color: #f6f6f6;
}