.cont_title {
    font-family: Arial;
    font-size: 25px;
    background-color: aliceblue;
    border: 2px solid;
    padding: 5px;
}

.cont_date {
    font-family: Arial;
    font-size: 15px;
    padding: 5px;
}

.cont_text {
    font-family: Arial;
    font-size: 20px;
    padding: 5px;
}

.cont_text .button a {
    background-color: cadetblue;
    border: 2px solid;
    border-radius: 30px;
    padding: 10px;
    text-decoration: none;
    color: black;
}

.cont_image {
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn-news {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0 20px 0;
}

.btn-news a {
    font-family: Arial;
    font-size: 30px;
    background-color: aquamarine;
    padding: 15px;
    border-radius: 20px;
    text-decoration: none;
    color: black;
}