@font-face {
 font-family: 'Courier';
 src: url("https://fonts.googleapis.com/css?family=Courier+Prime&display=swap");
 font-weight: normal;
 font-style: normal;
}

body {
  background-color: #000000;
}

.home h1 {
  font-size: 60px;
  font-weight: 600;
  margin-top: 0;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  font-family: Courier
}

h1 {
  color: white;
  font-family: Courier
}
h2{
  color:white;
  font-family: white;
}

p2 {
  color: yellow;
  font-family: Courier
  margin: 20px;
  padding: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

p {
   margin: 20px;
   padding: 200px;
   padding-top: 0;
   padding-bottom: 0;
   font-family: Courier;
   color: white;
}

.cities {
  background-color: black;
  color: white;
  margin: 150px;
  padding: 10px;
}

h5{
font-family: Courier;
font-size: 30;
color: white;
align: left;
}

.heading {
  float:right;
}
