* {
  box-sizing: content-box;
}

html {
    cursor: url(/images/cursor.png), default;
}
body {
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0px;
  padding: 0px;
}

body {
  display: flex;
  font-family: 'Turret Road', cursive;
  color: #fefefe;
}

a {
  text-decoration: none;
  color: #ff99c8;
  font-weight: 800;
}

.flex {
  display: flex;
}

.flex-inline {
  display: inline-flex;
}

.text-square {
  border: 2px solid #90d7ff;
}

.image-square {
  border: 2px solid #ff99c8;
}

.expand {
  flex: 1;
}

.center-content {
  justify-content: center;
  align-items: center;
}

.image-square>img {
  object-fit: contain;
}

.board-presentation {
  padding: 8px 0;
}

.board-presentation > * {
  margin-right: 50px;
}

#not-found {
  margin:0;
  font-size: 800px;
}

#hi-screen {
  width: 100vw;
  background-color: #08141c;
  flex: 1;
  align-items: center;
  justify-content: center;
}

#system-info {

  height: 560px;
  display: flex;
  flex-direction: row;
}





#front-image {
  width: 235px;
  background-image: url("/images/memes/hp2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#system-info>div {
  margin: 8px;
}

#site-name {
  text-align: center;
  color: #fefefe;
  font-weight: 800;
  font-size: 25px;
  padding: 32px 0px;
  margin-bottom: 8px;
}

#info {
  display: flex;
  flex-direction: column-reverse;
  align-content: center;
  justify-content: center;
}

#boards-list {
  margin-top: 8px;
  padding: 32px;
  position:relative;
}

#board-info {
  display: flex;
  flex-direction: column;
  width: 85vw;
  height: 90vh;
  max-width: 1587px;
  padding: 8px;
}

#board-feed {
  flex: 1;
  padding: 64px 64px;
  text-align: center;
}

#board-feed > table {
  margin: 0 auto;
  text-align: left;
  overflow-y: auto;
}
 .colon{
    position: fixed;
  left: 41vw;
}
.text{
    position: fixed;
  left: 43.5vw;
} 
.expand span{
    padding-right: 25px;
}
