html{
    font-size: 22px;
    background-image:url("/assets/img/bg/catcolors.gif");
    background-repeat:repeat;
    background-attachment:scroll;
}

*{
box-sizing:border-box;
}

@font-face {
    font-family: "Cheese Market"; 
    src: url("/css/fonts/cheese_market.otf") format("opentype"); 
  }

@font-face {
    font-family: "Childkiss Heart"; 
    src: url("/css/fonts/childkiss_heart.otf") format("opentype"); 
  }

@font-face {
 font-family: "Monstrous Fish"; 
    src: url("/css/fonts/monstrous_fish.otf") format("opentype"); 
}

@font-face {
 font-family: "January Night"; 
    src: url("/css/fonts/january_night.ttf") format("truetype"); 
}

body{
    background-image:url("/assets/img/bg/catcolors.gif");
    background-repeat:repeat;
    background-attachment:scroll;

}

.h1 {
    font-family: "Cheese Market";
}

.h3 {
    font-family: "Cheese Market";
    text-align: center;
    align-items: center;
}

.h2 {
    font-family: "Cheese Market";
    text-align: left;
}

.footer {
    font-family: "Cheese Market";
    text-align: center;
    align-items: center;
   
}

.about {
    text-align: center;
    align-items: center;
}

.ids {
    text-align: center;
    align-items: center;
}

#sitecontainer {
    margin:auto; 
    margin-top:20px;
    margin-bottom:20px;
    height: 1030px;
    width: 1350px;
    
    }


hr {
    border: 1px dotted #000000;
}

.navbar {
        width: 100%;
        background-color: #ffa0c5;
        overflow: auto;
        padding-left: 25px;
    }    
    
.navbar a {
    font-family: Cheese Market;
        float: left;
        color: #ffffff;
        text-decoration: none;
        font-size:24px ;
        width:16.3% ;
        text-align: center;
        padding:10px ;

    }
    
.navbar a:hover {
    background-color: #ffb7c5;
    }
   
.dropdown {
  overflow: auto;
  float:left;
}

.dropbtn:hover{
  background-color: #ffb7c5;
}
.dropbtn {
    float:left;
  font-size: 24px;  
  border: none;
  outline: none;
  color: white;
  padding: 10px;
 font-family: Cheese Market;
width:16.3% ;
text-align: center ;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffa0c5;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ffb7c5;
}

.dropdown:hover .dropdown-content {
  display: block;
}

 .logo{
        position: relative;
        max-width: 200px;
        max-height: 0;
        left: 0px;
        top: -250px ;
        filter:drop-shadow(1px 4px rgba(253, 184, 100, 0.616));
        z-index:1 ;
}   
.status{
  display:block;
 width: 300px;
 height:200px;
}


.pfp{
    position: relative;
    max-width:200px;
    max-height:200px;
    left: 15px;
    top:-10px ;
    z-index:1 ;
}

.maincontainer {
        display: grid;
        grid-template-rows: 160px 160px 160px 160px 160px 160px;
        grid-template-columns: 290px 250px 250px 240px 3px;
        margin: 0px;
        height: 1000px;
        z-index: 0;
    }

.introduction {
        grid-row: 1 / 4;
        grid-column: 2 / 5;
        background-color: #c6e7f7;
        margin: 20px 5px 10px 5px;
        text-align: left;
        font-family: "January Night";
        font-size: 20px;
        padding: 25px 35px 35px 35px;
        border: 6px solid #94cff7;
        border-radius: 15px 15px 15px 15px;
        
}

.leftbar {
    font-family: "January Night";
    grid-row: 1 / 7;
    grid-column: 1;
    background-color: #ffcbd6;
    margin: 10px 10px 0px 0px;
    text-align: left;
    font-size: 18px;
    padding: 15px 10px 15px 10px;
    border: 6px solid #ffa6bd;
    border-radius: 10px;
}

.bottomleftbox {
    grid-row: 4/7;
    grid-column: 2 / 3;
    background-color: #ffdf8c;
    margin: 0px -120px 0px 5px;
    text-align: center;
    font-size: 16px;
    padding: 0px 35px 35px 35px;
    border: 6px solid #ffcc66;
    border-radius: 10px;
    
}

.bottomrightbox {
    grid-row: 4/7;
    grid-column: 4/ 6;
    background-color: #ffdf8c;
    margin: 0px 8px 0px -120px;
    text-align: center;
    font-size: 16px;
    padding: 0px 35px 35px 35px;
    border: 6px solid #ffcc66;
    border-radius: 10px;
   
}

.rightbar {
    grid-row:  1/ 7;
    grid-column: 6;
    margin: 250px 30px 0px 20px;
    background-color: #ffcbd6;
    text-align: left;
    font-size: 16px;
    padding: 0px 25px 10px 25px;
    border: 6px solid #ffa6bd;
    border-radius: 10px;
}

.cat img{
    position: relative;
    width:220px;
    height: auto;
    border-radius: 0%;
    left: 0px;
    top:0px ;
    z-index:1 ;
}

.button{
    position: relative;
    left: 50px;
    top: -5px ;
    z-index:1 ;
}

.figure_1 {
    padding: 5px;
    float: right;
}

.figure_2 {
    padding: 5px;
    float: left;
}

.updatebox {
    height: 335px;
    width: 300px;
    border: 2px inset  rgba(238, 189, 110, 0.712);
    border-radius: 10px;
    overflow-y: scroll;
    font-family: "January Night";
    font-size: 16px;
    background-color: rgba(255, 241, 219, 0.712);
    overflow-wrap: normal;
    scrollbar-color: rgb(149, 68, 160); 
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/nature/nat-3/nat260.cur), auto !important;} /* End https://www.cursors-4u.com */
