body {
  background: #680000;
}
p {
  color: #1b00ff;
  text-decoration: inherit ;
}
h1 {
  font-weight: bold;
  color:cyan;
}
h2 {
  color:navy;
  text-align: center ;
}
.russia {
  text-align: center ;
  border-style: dashed ;
  border-bottom-color: #2a00ff;
  border-left-color: #2a00ff;
  border-right-color: #00ff62;
  border-top-color: #00ff62;
}
