body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: linear-gradient(#bbe7b8, #0d8001);
}

html,
body {
    height: 100%;
}

* {
    padding: 0;
    margin: 0;
}

img {
    width: 250px;
    height: 150px;
}

.titlecon {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #0d8001;
}

.title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 27px;
    color: white
}

.mainpart {
    font-size: 50px;
    color: #154f0e;
    text-shadow:
        2px 2px 0 #ffffff,
        -2px 2px 0 #ffffff,
        2px -2px 0 #ffffff,
        -2px -2px 0 #ffffff;
    word-wrap: break-word;
}

.link {
    font-size: 50px;
    text-align: center;
    padding: 30px 0px;
    background-color: #0d8001;
}

a,
a:visited {
    color: rgb(96, 167, 242);
    text-decoration: none;
}

.newstitle {
    font-size: 70px;
    color: #154f0e;
    text-shadow:
        2px 2px 0 #ffffff,
        -2px 2px 0 #ffffff,
        2px -2px 0 #ffffff,
        -2px -2px 0 #ffffff;
    padding: 0px 30px;
    text-align: center;
}

.news {
    font-size: 30px;
    color: #154f0e;
    text-shadow:
        2px 2px 0 #ffffff,
        -2px 2px 0 #ffffff,
        2px -2px 0 #ffffff,
        -2px -2px 0 #ffffff;
    word-wrap: break-word;
    background-color: #10A702;
    height: 100%;
}