.whole-news {
    width: 60%;
    margin: auto;
}

.image {
    text-align: center;
    position: relative;
}

.label {
    position: relative;
    left: 0;
    bottom: 0;
    color: grey;
}

.image img {
    width: 80%;
    border-radius: 3px;
}

.title {
    text-align: center;
}

.rubik-dirt-regular {
    font-family: "Rubik Dirt", serif;
    font-weight: 400;
    font-style: normal;
  }
  

.open-sans-story {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.title p {
    margin-top: 0;
    margin-bottom: 20px;
    color: grey;
}

.main-text p {
    color: rgb(51, 51, 51);
    font-size: 20px;
    line-height: 25px;
}