body{
background-image: url("https://i.imgur.com/THVk0to.png");
background-attachment:fixed;
background-size:cover;
font-family: 'TheGoodMonolith', sans-serif;
}

#container{
display: flex;
justify-content: center;
align-items: center;
height: 1200px;
width: 1450px;
margin: 0 auto;
padding: 3px;
position: relative;
}
 
#box{
height: 1200px;
width: 1450px;
background-color: rgba(46, 32, 66, .7);
color: #000;
border: 10px ridge rgba(137, 99, 191, 1.0);
}
 
a{
text-decoration: none;
text-align: left;
color: rgba(215, 088, 123, 1.0);
}
 
a:hover{
text-shadow: 0px 0px 2px rgba(176, 108, 240);
text-align: left;
}

.tooltip {
position: relative;
display: inline-block;
}

/* tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(221, 200, 250, 1.0);
  color: rgba(99, 86, 140, 1.0);
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  margin-left: -65px;
  opacity: 0;
  transition: opacity 0.3s;
}

/* tooltip arrow thing */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(221, 200, 250, 1.0) transparent transparent transparent;
}

/* tooltip text hover shit */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* buttobns big */
.button img {
  width: 108px;
  height: 51px;
  transition: 0.3s ease-in-out;
}

.button:hover img {
transform: scale(1.02);
transition: 0.3s ease-in-out;
}

.button:active img{
transform: scale(0.95);
}

#main{
display: flex;
justify-content: center;
width: 1450px;
height: 1080px;
overflow: auto;
padding: 5px 5px 5px 0px;
}

.mainboxes{
padding: 0px;
width: 1450px;
height: 1080px;
margin: 0px 5px 5px 5px;
}

.mainbox img{
display: inline;
justify-content: center;
max-width: 50%;
min-width: 50%; 
}

.mainboxcolumn {
display: flex;
flex-direction: column;
align-items: center;
}

.mainboxrow {
display: flex;
flex-direction: row;
align-items: center;
}
  
.subheader{
border-bottom: rgba(137, 99, 191, 1.0);
padding: 3px;
color: rgba(224, 213, 88, 1.0);
letter-spacing: 3px;
}
 
.subheader h3{
margin: 0px;
font-size: 20px;
}
 
.mainboxescontent{
padding: 0px 15px 0px 15px;
color: rgba(224, 213, 88, 1.0);
font-size: 14px;
}

#bottom-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* width of parent container DO NOT CHANGE */
    display: flex;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

.bottomboxescontent{
padding: 0px 15px 0px 15px;
color: rgba(224, 213, 88, 1.0);
font-size: 12px;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-flow: wrap;
}

.blinky {
    width: 150px;
    height: 20px;
    margin-bottom: 5px;
}
.stamp {
    width: 100px;
    height: 56px;
    margin-bottom: 5px;
}

.dividers {
    width: 868px;
    height: 50px;
    margin-bottom: 5px;
}
 
::-webkit-scrollbar{
width: 8px; 
}
 
::-webkit-scrollbar-track{
background-color: #fff7fb;
}
 
::-webkit-scrollbar-thumb{
background-color: #ff668a;  
}