.container{
    background-color: white;
    min-height: 20vh;
    width: 100%;
    position: relative;
}
*{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-size: 30px;
}
.text{
    background-color: rgb(212, 96, 19);
    height: 40px;
    color: rgb(255, 255, 255);

}
.logo{
    height: 100px;
    width: 100px;
}
.h2{
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
    background-color: #ffffff;
}
.p{
    font-size: 25px;
    margin-right: 10px;
    text-align: right;
    background-color: #ffffff;



}
ul li{
    display: inline-block;
    list-style: none;
}
ul li a{
    color: black;
    margin: 10px;
    font-weight: bold;
    text-decoration: green;
    font-family:Arial, Helvetica, sans-serif;


}
header{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    align-items: center;
    padding: 10px;
}
.con{
display: flex;
justify-content: space-between;
align-items: center;
width: 80%;
margin: auto;
}
.news-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: yellow;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
    color: rgb(0, 0, 0);
}

.news-item {
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    color: rgb(0, 0, 0);
}

.news-item img {
    width: 600px;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 100px;
}

.news-item h2 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 10px;
    text-align: right;
}

.news-item p {
    font-size: 16px;
    color: #0400ff;
    margin-bottom: 10px;
    text-align: right;
}

.news-item a {
    color: #007bff;
    text-decoration: none;
    text-align: right;
    align-items: center;
}

.news-item a:hover {
    text-decoration: underline;
    text-align: right;
    align-items: center;
}
