html{
  background-color: #080F22;
}

body {
  margin: 0px;
  user-select: none;
  -moz-user-select: none;
}

.container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bookmarks {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 44%;
}

.square {
  padding: 0.4em;
  font-family: Anonymous Pro;
  font-size: 1rem;
  width: 100%;
  height: 20em;
  margin: 0em .5em;
  text-align: left;
}

.square-header {
  font-size: 1.1rem;
  font-weight: 600;
  color: #FFCC66;
  margin: 0em 0em .35em 0em;
}

.square-body {
  align-items: center;
}

a {
  text-decoration: none;
  color: #8c8c8b;
  display: block;
  margin: .5em 0em;
}

a:hover {
  color: #FFCC66;
}
