h1 {color:blue}
#trapezoid {
  border-bottom: 100px solid red;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  width: 100px;
  background:blue;
}
#MetalBawkses
{
	width:50%;
  padding:10px;
  margin:10px 20px 100px 40px;
  background:blue;
  border:10px;
  border-style: solid;
}
.capital
{
  background: green;
}
.city
{
 	color:yellow;
}