/* fonts! */
@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

body {
  color: #f7fff5;
  background-image:url("/assets/birbo/background2.gif");
  font-family: VT323 !important;
  font-size: 18px;
  padding:10px;
  max-width: 1080px;
  justify-content: center;
  margin: auto;
}

h1 {
  color:#c7ffce;
}

html {
  cursor:url("/assets/cursor.png"), auto;
}

a {
  color:#39f7bb;
  text-decoration: underline dotted;
  transition: color 0.1s;
}

a:hover { 
  cursor:url("/assets/pointer.png"), auto;
  color:#346ec9;
}

.pagedoll {
  float: right
}



.row {
  display: flex;
  justify-content:center;
}

.column {
  flex: 25%;
  padding: 5px;
}