@font-face {
  font-family: 'Neuropol';
  src: url('fonts/Neuropol X Rg.woff2') format('woff2')
  }
  
html {
font-size: 90%;
}

body {
font-size: 1rem;
padding: 15px;
word-break: break-word;
hyphens: auto;
background-color: black;
color: white;
font-family: monospace;
}

.loadingScreen {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.goback {
margin-bottom: 2rem;
}

.parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 25px;
    text-align: center;
    min-height: 30rem;
    max-height: 40rem;
    min-width: 40rem;
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
}

.parent > * {
padding: 10px;
border: 2px;
background-color: black;
color: white;
margin-bottom: 16px;
margin-top: 10px;

 border-image-slice: 40 110 40 15;
border-image-width: 20px 60px 20px 10px;
border-image-outset: 1rem 0 20px 5px;
border-image-repeat: stretch;
border-image-source: url("assets/winbdr.png");
}
 
.header {
grid-column: span 5 / span 5;
    grid-column-start: 1;
    grid-row-start: 1;
} 
    
.div1 {
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
    grid-column-start: 1;
    grid-row-start: 2;
    overflow: scroll;
}

.aboutdiv {
display: grid;
grid-template-rows: 130px 20px;
}

.profilediv {
display:grid;
grid-template-columns: auto auto;
}

.about {
font-size: .75rem;
display: block;
width: auto;
text-align: center;
align-content: center;
object-fit: contain;
padding-top: 10px;
font-weight: lighter;
font-family: Neuropol;
}

.name {
color: #639BB0;
font-weight: bold;
text-decoration: underline; 
font-size: 2rem;
width: auto;
}

.flag {
max-height: 2rem;
}

.profilepic {
min-width: 1%;
text-align: center;
overflow: scroll;
}

.pfp {
max-width: 100%;
max-height: 10rem;
height: auto;
}

.aboutlong {
background-color: #323232;
border-radius: 10px;
margin-top: 10px;
}

.div2 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 5;
}

.divider {
display: none;
}

.div3 {
    grid-column: span 3 / span 3;
    grid-row: span 4 / span 4;
    grid-column-start: 3;
    grid-row-start: 2;
}

.div4 {
    grid-column: span 3 / span 3;
    grid-row: span 1 / span 1;
    grid-column-start: 3;
    grid-row-start: 6;
    max-width: 100%;
}

.infogrid {
border: 1px dashed grey;
height: 100%;
display: grid;
grid-template-columns: 25% auto;
padding: 10px;
}

.infogrid > * {
border:none;
}

.contentgrid {
display: grid;
grid-template-rows: 4rem 1fr;
}

.contentgrid > * {
border: none;
}

.asciidiv {
display: flex;
align-content: center;
overflow: auto;
min-width: auto;
}

#asciifish {
max-height: 100%;
max-width: 100%;
object-fit: scale-down;
}

.decogrid {
margin-top: 5px;
display: grid;
grid-template-columns: 50% auto;
gap: 5px;
margin-bottom: 5px;
}

.stamps, .blinkies {
min-height: 3rem;
max-width: 100%;
border: 1px grey dashed;
border-radius: 5px;
overflow-y: auto;
overflow-x: hidden;
}
