.parent {
  height:98vh;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(15, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  cursor:url(middlefinger.cur), auto;
}

/*========================================================================================================================================================================================*/

.div1 { grid-area: 1 / 1 / 16 / 2; 
  background-color: Blue;  color:white;
  font-family: "Lucida Sans Unicode","Times New Roman";
  
  padding:5px;
  justify-content: center;
  align-items: center;
  
  h1 {
    text-align: center;
    line-height:40%;
  }  
  
  a {
    /*color: #FFE5F3;
    /*background-color: #ED007D;*/
    color:white;
    background-color:black;
    font-weight: bold;
    }
    
}
  
/*========================================================================================================================================================================================*/

.div2 { grid-area: 1 / 5 / 16 / 6; 
  background-color: Blue; color:white; 
  font-family: "Lucida Sans Unicode","Times New Roman";
  padding:5px;
    
  
  scrollbar-width: auto;
  scrollbar-color: #8A8AFF #ff47aa;
  :-webkit-scrollbar {
    width: 19px;
  }
  :-webkit-scrollbar-track {
    background: #ff9b59;
  }
  :-webkit-scrollbar-thumb {
    background-color: #e736a5;
    border-radius: 11px;
    border: 3px dotted #ffffff;
  }
  
  h1 {
    text-align: center;
    line-height:40%;
  }
  a {
    color: #FFE5F3;
    background-color: #ED007D;
    font-weight: bold;
    } 
    
}

/*========================================================================================================================================================================================*/

.div3 { grid-area: 1 / 2 / 3 / 5; 
  background-color: DeepPink; color:white;
  font-family: "Lucida Sans Unicode","Times New Roman";
  padding:5px;
  
  h1 {
    text-align: center;
    line-height:40%;
  }
  
  a {
    color: #CCCCFF;
    background-color: #0000CF;
    font-weight: bold;
    }  
    
}

/*========================================================================================================================================================================================*/

.div4 { grid-area: 3 / 2 / 4 / 5; 
  background-color:white; color:DeepPink; 
  font-family: "Lucida Sans Unicode","Times New Roman";
  
    
   a {
    color: white;
    background-color: blue;
    font-weight: bold;
    }  
    
}

/*========================================================================================================================================================================================*/

.div5 { grid-area: 4 / 2 / 16 / 5; 
  background-color: DeepPink; color:white;
  font-family: "Lucida Sans Unicode","Times New Roman";
  padding:5px; 
  font-size:20px;
    
  scrollbar-width: auto;
  scrollbar-color: #FF8AC8  #3D3DFF;
  :-webkit-scrollbar {
    width: 19px;
    }
  :-webkit-scrollbar-track {
    background: #ff9b59;
    }
  :-webkit-scrollbar-thumb {
    background-color: #e736a5;
    border-radius: 11px;
    border: 3px dotted #ffffff;
    } 
  
  h1 {
    text-align: center;
  }
  
  a {
    /* color: #E0E0FF;
    background-color: #0000CF; */
    color:white;
    background-color:black;
    font-weight: bold;
    }
      
}


/*========================================================================================================================================================================================*/


brs {
  display: block; /* makes it have a width */
  content: ""; /* clears default height */
  margin-top: 10; /* change this to whatever height you want it */
}

.centerimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*========================================================================================================================================================================================*/

#statuscafe {
    /*padding: .5em;*/
    /*background-color: azure;*/
    /*border: 1px solid midnightblue;*/
    
    }
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    /*margin: 0 1em 0.5em 1em;*/
}
