body {
	font-family: Impact, Charcoal, sans-serif;
}
header{
background-color: rgb(10, 10, 10)
}


footer{
background-color: rgb(10, 10, 10);
font-family: 'Times New Roman', Times, serif;
}
h1{
  text-align: center;
  font-size: 175px;
  color: white;
  -webkit-text-stroke: 1px ##3588a1;
  text-stroke: 1px ##3588a1;
  font-style: 'PARTICULAR'
}
p{
  color: white;
  font-size:30px
}
.arrow {
    width: 30px;
    height: 30px;
    border-top: 5px solid #3588a1;
    border-right: 5px solid #3588a1;
    margin-right: 30px;
}
.arrow-bottom {
    transform: rotate(135deg); }
.lol{
  color:Black
}
h2{
  color: Black;
  font-size:80px;
  text-align: center;
}
h3{
  color: Black;
  font-size:80px;

}
h4{
  color: Black;
  font-size:30px;

}
header {
	font-family: 'Comic Sans MS', cursive, sans-serif;
}
body{
  background-color: rgb(44,178,219)
}
.pop{
	color:white;
	font-size:50px
}
hr{
  border-color: white;
  border-width: 4px
}
.circle-image{
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 300px;
  height: 300px;
}
.circle-image img{
  width:100%;
  height:100%;
  object-fit:
