

.mainBlock {
    /*border: 5px dashed white;*/
    min-height: 100vh;
    /*display: none;*/
    display: flex;
    justify-content: center;
    /*background: linear-gradient(#0052A5 0%, #004182 90%);*/
    background: linear-gradient(0deg, #232333 0%,#474766 80%);
}

.new {
    /*border: 4px dashed yellow;*/
    color: #CECEE5;
    min-height: 100vh;
    width: 1000px;
    margin-top: 30px;
    background-color: #232333;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image {
    margin: 10px 0;
}

.title {
    /*font-size: 24px;*/
    font-weight: bold;
    padding-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #0052A5 0%,#00468C 30%,#0066CC 50%,#004182 80%);
    background: linear-gradient(0deg, #474766 00%,#232333 50%,#474766 100%);
}

.content {
    margin-top: 10px;
    padding: 10px;
    font-size: 16px;
    text-align: justify;
}