/* Basic style - to all elements on the page */

body {
    font-family: 'Calibri', Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    background-color: rgb(251, 222, 31);
    font-style: normal;
}

h1 {
    font-family: 'Calibri', Candara, Segoe, 'Segoe UI', Arial, sans-serif;
    text-shadow: 1px 1px rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

h2 {
    font-family: 'Calibri', 'Arial Narrow', Arial, sans-serif;
    text-decoration: underline;
    color: black;
}


p {
    font-family: 'Calibri', Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;

    color: black;
}

div .tablec{
  overflow-x: auto;
}



table, th, td {
  border: 1px solid black;
  padding: 7px;
}

 

/* felxing */
.flex-container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 40px;
}

.flex-item {
    flex: 1;
    margin: 5px;
}

/*media query */

/*small screens - mobile,less than 420px */
@media only screen and (max-width: 421px) {
    body {
        background-color: rgb(250, 221, 31);
    }
}





/* CSS */
.button-29 {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #787a0f 0, #050305 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(91, 169, 23, 0.5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 14px;
}

.button-29:focus {
    box-shadow: #060401 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    transform: translateY(-2px);
}

.button-29:active {
    box-shadow: #1f1c01 0 3px 7px inset;
    transform: translateY(2px);
}
