﻿.content {
    padding-top: 50px;
}
.footer a {
    color: #fff !important;
}
.main-content img {
    width: 80%;
}

.main-content {
    display: flex;
    flex-direction: column;
    text-align: justify;
}

    .main-content h1 {
        margin-bottom: 20px;
        font-size: 2rem;
        font-weight: bold;
    }

@media only screen and (max-width: 769px) {
    .main-content h1 {
        text-align: center;
    }

    .main-content-image {
        text-align: center;
    }
}

.main-content-image img {
    width: 100%;
    border-radius: 10px;
}

.main-content span {
    margin: 20px 0;
}

.main-content p {
    line-height: 30px;
}









.left-content {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 10px;
}

@media only screen and (max-width: 769px) {
    .left-content {
        margin-top: 30px;
    }
}

.search {
    background-color: #f1f2f3;
    border-radius: 20px;
    width: 100%;
    padding: 10px;
}

    .search input {
        border: none;
        background-color: #f1f2f3;
    }

.latest-article-box {
    display: flex;
    gap: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .latest-article-box img {
        width: 20%;
        border-radius: 5px;
    }

.latest-article h2 {
    text-align: center;
    margin: 30px 0;
    font-size: 1.2rem;
    font-weight: bold;
}

.latest-article-box-text h3 {
    margin-bottom: 10px;
}

.latest-article-box-text a {
    color: rgb(105, 104, 104);
    font-size: 0.9rem;
}
