*{
    margin: 0;
    padding: 0;
}
@media(max-width: 640px){
        *{
            margin: 0;
        }
}
body{
    background: linear-gradient(
        100deg,
        #d239ff, 
        #3ef0fe, 
        #8f18b4eb, 
        #15afba
     );
    height: 100vh;
    background-size: 400% 400% !important;
    animation: gradient 15s ease infinite;
/*     background-color: rgb(255, 255, 255); changes*/
}
@keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
}
h1{
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: #3e8c8d;
    font-family: 'Karla', sans-serif;
    font-size: 80px;
    text-shadow: 3px 3px 4px #000000;
    width: 700px;
    margin: 0 auto;
    padding: 6px 40px 6px 6px;
    clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0% 100%, 0% 0%, 0% 0%);
}
@media(max-width: 640px){
    h1{
        font-size: 38px;
        width: 365px;
        padding: 2px;
    }
}
table{
    text-align: center;
    margin: 10px auto;
    width: auto;
    border-radius: 5px;
    border: 3px solid rgb(48, 128, 90);
}
@media(max-width: 640px){
    table{
        margin: 3px 2px;
        width: 378px;
    }
}
@media(max-width: 640px){
        table{
            display: block;
        }
}
@media(max-width: 640px){
    .int{
        width: 118px;
        font-size: 14px;
        height: 13px;
    }
}
.tborder{
    border: 3px solid #6e5388;
}
.thead{
    text-align: center;
    color: #ffffff;
    background-color: #27884c;
    font-family: "Lucida Handwriting", "Brush Script M7", cursive;
    font-size: 34px;
    text-shadow: 3px 3px 4px #000000;
    height: 45px;
    width: 250px;
    margin: 10px auto 0;
    clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
}
@media(max-width: 640px){
        .thead{
            font-size: 18px;
            height: 24px;
            width: 120px;
            margin: 10px 140px 0px;
        }
}
.thead1{
    background-color: #6e5388;
}
.thead2{
    background-color: #b77558;
    width: 200px;
    font-size: 20px;
    height: 25px;
    float: right;
}
@media(max-width: 640px){
    .thead2{
        font-size: 14px;
        width: 135px;
        height: 20px;
        margin: 2px;
        float: none;
    }
}
.clr{
    clear: right;
}
.month{
    float: right;
    margin: 10px 10px;
    height: 10px;
    width: 180px;
}
@media(max-width: 640px){
    .month{
            width: 169px;
            height: 10px;
            margin: 0;
            float: none;
    }
}

.tr1{
    border-bottom: 1px solid black;
    padding: 2px 0px 2px 0px;
}
@media(max-width: 640px){
    .tr1{
        font-size: 12px;
        height: 15px;
    }
}
tr{
    text-align: center;
    height: 0px;
}
th{
    color: rgb(48, 128, 90);
    background-color: #e9ece9;
}
.tr2{
    color: #646faa ;
    background-color: #e9ece9;

}
.th1{
    border-right: 0.5px solid black;
    border-left: 0.5px solid black;
}
.int{
    text-align: center;
    padding: 3px 0px;
    font-family: "Lucida Console", "Courier New", monospace;
}
.canvas{
    justify-content: center;
    align-items: center;
    margin: 0 auto 0 auto;
}
.ttl{
    text-align: center;
    margin: 5px 0px;
}
