.bg-img {
    background-color:#222020;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

body {
    margin: 0%;
    background-color: #222020;
}

information-news {
    display: inline-block;
}

.information-news {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: white;
    text-align: center;
    top: 1.5%;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-content {
    position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 20;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

@font-face {
    font-family: "Marykate";
    src: url("./fonts/MaryKate.woff");
}

.title-main {
    font-family: Marykate;
    font-size: 35px;
    margin-left: 10px;
}

.green-button {
    background-color: #808080;
    border-radius: 5px;
}

line-color {
    color: darkgreen;
}

ul li:hover {
    background-color: #5d5d5d;
    animation: fadeIn;
    animation-duration: 200ms;
}

ul li {
    margin-top: 3px;
}

.header-bg {
    /* background-color:#5ea86c */
    background-color: #808080;
}

.news-field {
    margin-left: 50px;
    margin-right: 50px;
    color: white;
    background-color: #222020;
}

.news-field p {
    font-size: 20px;
}