body,html{
    height:fit-content;
    background-image: url(news3.jpeg);
    background-attachment: fixed;
    background-size: cover;
}
.header {
    overflow:hidden;
    padding: 40px 10px;
  }
.header img.h_logo {
    font-size: 25px;
    font-weight: bold;
    position : absolute;
    top:20px;
    left:10px;
    width:250px;
    height:250px;
    border-radius: 50px;
    margin-inline: 70px;
}
.header img.i_logo{
    position:absolute;
    top:10px;
    right:10px;
    width:250px;
    height:150px;
    border-radius: 50px;
}
.header-right{
    float: right;
}
.header-right button.btn {
    background-color: #FFF222;
    border: none;
    color: black;
    padding: 20px 40px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    transition: 0.3s;
    border-radius: 75px;
  }
  
.header-right button.btn:hover {
    background-color:#4834DF;
    color: white;
  }

.header h1{
    position:static;
    font: size 200px;;
    text-align: center;
    font: bold;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    color:#4834DF;
}
.header h1:hover{
    color:#22fa06;
}
.header h2{
    text-align: center;
    font: bold;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    color:#4834DF;
}
.header h2:hover{
    color:#22fa06;
}
.content {
    overflow:hidden;
  }

.content img{
    float:left;
    margin-inline:100px;
    width: 250px;
    height:250px;
}
.content img:hover{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}
.content p{
    margin-inline:100px;
    text-align:justify;
    font-size: 25px;
    color:#070809;
}
.content h1{
    text-align: center;
    font-style: italic;
    color:#4834DF;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.content h1:hover{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 
}
.content button{
    background-color:#45CE30;
    border: none;
    color: black;
    padding: 20px 40px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    transition: 0.3s;
    border-radius: 75px;
    margin-inline: 250px;
}
.content button:hover{
    background-color:#E74292;
    color: white;
}
.content p.set2{
    float:right;
    margin-inline:200px;
    width: 250px;
    height:250px;
}
.content p.set3{
    margin-inline:100px;
    text-align:justify;
    font-size: 20px;
    color:#2F363F;
}
.content button.btn2{
    background-color:#45CE30;
    border: none;
    color: black;
    padding: 20px 40px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    transition: 0.3s;
    border-radius: 75px;
    margin-inline: 230px;
}
.content button.btn2:hover{
    background-color:#E74292;
    color: white;
}
.column{
    float:left;
    width:31.75%;
    padding:10px;
    height:300px;
}

.footer:after{
    content:"";
    display:table;
    clear:both;
}
.column h1{
    text-align: left;
    color:#4834DF;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: italic;
}
.column p{
    font-family: 'Times New Roman', Times, serif;
    text-align: justify;
}
.fa {
    padding: 10px;
    font-size: 30px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }
  .fa:hover {
      opacity: 0.7;
  }
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  .fa-google {
    background: #dd4b39;
    color: white;
  }
  .fa-instagram {
    background: #125688;
    color: white;
  }
  .column table{
    border-spacing: 15px;
    color: #000000;
    font-weight: bolder;
  }
