#thebody {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.drawing-board{
    border: 2px black solid;
}

h1 {
    background: #7F7FD5;
    background: -webkit-linear-gradient(to right, #4B6A6D, white);
    background: linear-gradient(to right, #4B6A6D, white);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.container {
    height: 100%;
    display: flex;
}

#toolbar {
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: 200px;
    background-color: #000;
}

#toolbar * {
    margin-bottom: 6px;
}

#toolbar label {
    font-size: 26px;
}

#toolbar input {
    width: 100%;
}

#toolbar button {
    background-color: #1565c0;
    border: none;
    border-radius: 18px;
    color:#D2DCDE;
    padding: 2px;
}







@font-face {
font-family: "Peach Sundress";
src: url("files/peach-sundress.ttf");

}

@font-face {
font-family: "peacechild";
src: url("files/Alexis Marie.ttf");
}

a, marquee{
 color: #D2DCDE; 
}

a{
text-decoration: none;
}

a:hover{
 color: #4B6A6D; 
}


body{
 font-family: peacechild;
  font-size: 26px;
     height: 100%;
         margin: 0 !important;
    padding: 0 !important;
    
    color: #636363;
    
    background-color: #D3D3D3;
}


table{
 border-radius: 30px; 
 border-collapse: collapse;
 table-layout: fixed;
 width: 2%;
}

#wah{
 margin-bottom: -13px;
 padding-top: 2px;
}

table, th, td {
border: 1px solid #D2DCDE;
 font-size: 26px;
 text-align: center;
 
}

table {
 width: 700px; 
}

th{
 font-family: Peach Sundress; 
}

td{
 width: 200px; 
 padding: 16px;
}



.uploadbutton {border: medium none; border-radius: 18px; font-size:26px; text-transform:uppercase; background-image:url(https://sardine.center/gbook/templates/custom3/images/border.png); background-repeat:repeat-x; position:relative;  top:10px; color:#D2DCDE; font-family:peacechild; font-weight:bold ; text-decoration:none; width:190px; height:32px;margin-top:0px;}


/* main cursor */ * {
   cursor:url(/files/cursorcontrast.png), auto;
}
/* hover cursor */
a:hover {
   cursor:url(/files/cursorcontrast.png), pointer;
}

#header{ 
width: 99.1%;
background: black;
top: 0 !important;
color: #F3EFF6;
padding: 7px;
 font-size:25px;
}

#header a{
 text-decoration: none;
 font-family: peacechild;
}

#header a:hover{
 color: #D5F4FF;
 text-decoration: underline;
}

#i{
margin-bottom:22px;
}

