body{
    background-color: white;
}

.line{
    width: 100%;
    height: 2px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: black;
}

.grayLine{
    width: 100%;
    height: 0.5px;
    border-bottom: 1px solid #ddd;
}

.paragraph{
    text-align: center;
}

.new{
    color: red !important;
}

.pagination{
    display: flex;
    justify-content: space-between;
    padding: 40px;
}