body {
    background: rgb(2, 2, 2);
    font-family: 'ubuntu', sans-serif;
    color: #222;
}

.title {
    font-family: 'ubuntu';
    color: white;
    font-size: 50px;
    text-align: center;
    margin-top: 100px;
}

.new {
    font-family: 'ubuntu';
    color: white;
    text-align: justify;
    font-size: 20px;
    margin-top: 30px;
}

.back {
    font-family: 'ubuntu';
    font-size: 15px;
}

a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-family: 'ubuntu';
}

a:hover {
    color: white;
    text-decoration: none;

}

i {
    text-decoration: none;
    color: white;
    font-size: 20px;
    margin-top: 20px;
    font-family: 'ubuntu';
}

.img {
    align-items: center;
    max-width: 50%;
    max-height: 50%;
    width: auto;
    height: auto;
    object-fit: scale-down;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.data {
    font-family: 'ubuntu';
    color: rgb(112, 110, 110);
    text-align: justify;
    font-size: 15px;
    margin-top: 30px;
}