@font-face {
    font-family: Fredericka the Great;
    src: url(fredericka-the-great/FrederickatheGreat-Regular.ttf);
}
@font-face {
    font-family: Gabriela;
    src: url(Gabriela/Gabriela-Regular.ttf);
}






div {
    height: 100%;
    width: 100%;
}


.chat {
    margin-top: 20px; 
    width: 100%;
    height: 300px;
    box-sizing: border-box;                
    border: 20px solid pink;   
}



safespace {
    position: absolute;
    width: 100%;
    height: 195px;
    top: 20%;

    font-family: Gabriela;
    font-style: normal;
    font-weight: normal;
    font-size: 172px;
    line-height: 220px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration-line: underline;

    color: #FFFFFF;
    display:inline-block;
    position:relative;
}

subheader {
    position: absolute;
    width: 100%;
    height: 64px;
    top: 0%;

    font-family: Gabriela;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 61px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;
    display:inline-block;
    position:relative;
}

unsafe {
    position: absolute;
    width: 100%;
    height: 60px;
    margin-top: 3%;
    margin-bottom: 3%;

    font-family: Gabriela;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 61px;
    display: flex;
    align-items: left;
    text-align: left;

    color: #AE6F77;
    display:inline-block;
    position:relative;
}

img {
    -webkit-filter: drop-shadow(5px 5px 5px #FFF);
    filter: drop-shadow(5px 5px 5px #FFF);
  }



.rectangle {
    position: absolute;
    width: 25%;
    height: 20%;

    background: #FFFFFF;
    border-radius: 50px;
    float:left;
} 

.rectangle:hover {
    box-shadow: 0px 8px 8px rgba(255, 255, 255, 0.45);
} 

.aboutrectangle {
    position: absolute;
    width: 80%;
    height: 30%;

    background: #99C2FF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
}

.aboutrectangle:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.55);
}


rectangletext {
    position: absolute;
    margin-top: 13%;
    margin-left: 7%;

    font-family: Fredericka the Great;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #002966;
}


.header {
    width: 100%;
    height: 100px;
    background: #002966;
}


  .btn-group button {
    background-color: #002966; /* Green background */
    border: none; /* Green border */
    cursor: pointer; /* Pointer/hand icon */
    float: right; /* Float the buttons side by side */

    height: 100px;
    width: 25%;

    font-family: Fredericka the Great;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #FFFFFF;
}
  
  /* Add a background color on hover */
  .btn-group button:hover {
    background-color: #E2CBCC;
    color: #002966;
  }










/*////////////////////////////////////////
*/

/*
 * Container style
 */
 .ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
  }
  
  .ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
  }
  
  .ps--active-x > .ps__rail-x,
  .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
  }
  
  .ps:hover > .ps__rail-x,
  .ps:hover > .ps__rail-y,
  .ps--focus > .ps__rail-x,
  .ps--focus > .ps__rail-y,
  .ps--scrolling-x > .ps__rail-x,
  .ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
  }
  
  
  
  /*//////////////////////////////////////////////////////////////////
  [ Table ]*/
  
  .limiter {
    width: 90%;
    margin: 0 auto;
  }
  
  .container-table100 {
    width: 100%;
    min-height: 100vh;
    background: #E2CBCC;
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
  }
  
  .wrap-table100 {
    width: 1170px;
  }
  
  /*//////////////////////////////////////////////////////////////////
  [ Table ]*/
  
  table {
    width: 100%;
  }
  
  th, td {
    font-weight: unset;
    padding-right: 10%;
    border: 1px #E2CBCC;
  }

  .column0 {
    width: 5%;
    padding-left: 40px;
    padding-right: 4px;
  }
  
  .column1 {
    width: 37%;
  }
  
  .column2 {
    width: 64%;
  }
  
  .table100-head th {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  
  .table100-body td {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  
  /*==================================================================
  [ Fix header ]*/
  .table100 {
    position: relative;
    padding-top: 60px;
    background-color: #AE6F77;
  }
  
  .table100-head {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  
  .table100-body {
    max-height: 585px;
    overflow: auto;
  }
  
  
  
  /*==================================================================
  [ Ver2 ]*/
  
  .table100.ver2 .table100-head {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0);
  }
  
  .table100.ver2 th {
    font-family: Gabriela;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1.4;
    background-color: transparent;
  }
  
  .table100.ver2 td {
    font-family: Gabriela;
    font-size: 25px;
    color: #E2CBCC;
    line-height: 1.4;
    margin: 0 auto;
  }
  
    
  .table100.ver2 {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.25);
  }
  