
body {
  background-color: #030736;
  color: white;
  font-family: "Times New Romans";
  text-align: center;
}
h2 {
  TEXT-TRANSFORM: UPPERCASE;
    border-style: solid;
    border-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-color: red;
}
a{
  color: #1e62ff;
}

#bottomborder{
  text-align: center;
  font-style: italic;
  position: fixed;
  bottom: 0px;
  right: 0px;
}