/***


this world is violent and painful


***/

body {
  background-color: black;
  color: white;
  font-family: "Times New Roman";
}

.a {
 border-style: solid;
 border-color: white;
 text-align: center;
}

.b {
 background-color: white;
 color: black;
}

a.a{
 color: white;
 text-decoration:none;
}

a.b:link{
 background-color:white;
 color: black;
}

a.b:hover{
 background-color:black;
 color:white;
}

h1 {
 font-weight: bold; 
}

h2 {
 font-style: italic; 
}

.dot {
 height: 25px;
 width: 25px;
 background-color:black;
 border-radius: 50%;
 display: inline-block;
}

.flip {
  border: solid white;
  text-align: center;
  transform: rotate(90deg);
}