html, body {
    background-image: url("./img/bgtile.png"); 
    background-size: 250px;
    background-repeat:repeat;
    
    
    font-family: "pixeloperator";
    
  
    }

    @font-face {
        font-family: "pixeloperator";
        src: url('./fonts/MS\ Gothic.ttf');
    }

    @font-face {
      font-family: "adler";
      src: url('./fonts/Adler.ttf');
  }

    @font-face {
          font-family: "comicsans";
          src: url('./fonts/Comic\ Sans\ MS.ttf');
      }


    a {
      color:#2db4b4;
    }

    h2, h1 {
      color:#a13b90;
      font-family: "adler";
    }
    h3, h4, h5 {
      color:#a13b90;
      
    }


button {

    background-color: transparent;
    border: none;
    font-size: 1.05em;
    padding: 5px;
    margin: 3px;
    
    text-align: left;
    color:#2db4b4;
    line-height: 1.5em; 
    font-family: "pixeloperator";

    }
textarea {
  resize: none;
}


p {
    font-size: 1.2em;
}


 
  .wrapper {
    
    padding: 20px;
    border: 1px solid #64277c;
    background-color:#ffe6f2;
    
  }

  .footer {
    padding: 20px;
    border: 1px solid #3e2d59;
    border-top:none;
    background-color:#b08fbe;
    text-align:center;
  }

 
  ::-webkit-scrollbar {
     
    width: 10px;
    background-color: transparent;
 }

 ::-webkit-scrollbar-thumb {
     
    background-color: transparent;
    border-radius: 30px 30px 30px 30px;

 }



  .updatebox::-webkit-scrollbar-track {

    background: transparent; /* color of the tracking area */
  }
  
  .updatebox::-webkit-scrollbar-thumb {
    background-color: #1d8f88 /* color of the scroll thumb */
  }

  
  .card {
    background-color: #dfc8e9;
    border: 1px solid #64277c;
  }




html {
	height: 100%;

}


.whisper {
  font-size:smaller;
  color:gray;
  text-align: center;
}

.box {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #64277c;
  padding: 15px;
  margin: 10px;
}




  table {
  
    border-collapse: collapse;
    width: 100%;
    
  }
  
  td, th {
    border: 1px solid #64277c;
    text-align: left;
    padding: 8px;
    
  }
  
  tr:nth-child(even) {
    background-color: #fdd1fb;
  }

  #title-row{
    background-color: #ddabdb;
  }