body{
    background-color: black;
}

h1{
font-size: 60px ;
    color: white;
}

h2{
    color: white
}


p{
    color:white
}
.container {
  display: flex;
  justify-content: space-around; 

}
a{
    font-size: 25px;
    text-decoration: none;
      font-weight: bold;
color: white

         
}

h3{
    color: white
}



h4{
    color: white
}

li{
    color: white
}



