/* stop looking at my shitty code!! get out!!! */

html {
  min-height: 100%;
}

body {
  background-color: #262626;
  font-family: Roboto;
}

hr {
  border-color: #262626;
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: 25%;
  margin-right: 25%;
}

.slim-divider {
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: 42%;
  margin-right: 42%;
}
  
.card {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #bababa;
  box-shadow: 15px 15px #888888;
  border-radius: 5px;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
  max-width: 500px; 
}

p {
  margin: 5px;
}


a {
  color: purple;
}

a:visited {
  color: purple;
}

a:hover {
  color: gray;
}

a:active {
  color: gray;
}