html{
  background-color: #0d1015;
}
@import url("https://fonts.googleapis.com/css2?family=Manrope&display=swap%22");

* {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
font-family: "Manrope", sans-serif;
color:white;
}


nav {
  display: flex;
  align-items: center;
  height: 10vh;
  width: 100%;
  position: absolute;
  font-size: 25px;
  justify-content: space-around;
  padding: 1.5rem 3.5rem;
  background-color: #0d1015;
  color: white;
  z-index: 1;
}

nav ul {
  display: flex;
  justify-content: space-around;
  width: 43rem;
}

nav ul li {
  display: inline-block;
  font-weight: bold;
}

nav ul a {
  text-decoration: none;
  color: white;
}

nav li a:hover {
  color: #B20ED3;
  transition: 0.4s ease;
}


/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}

/* Hide the images by default */
.mySlides {
display: none;
}

/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -22px;
padding: 16px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: black;
}

/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}


.active, .dot:hover {
background-color: #717171;
}

/* Fading animation */
.fade {
animation-name: fade;
animation-duration: 1.5s;
}

@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

.news-page {

height: 100vh;
display: flex;


color: white;
}

.column {
  float: left;
  width: 50%;
  padding: 15px;
}
/* ghghgggj*/
.column1 {
  float: right;
  width: 50%;
  padding: 15px;

}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.p1{
  margin-top: 100px;
  margin-bottom: 100px;
  height: 100px;
}