
@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap" rel="stylesheet');
body {
    background-color: #eeeeee;
    min-height: 100vh;
    max-width: 100vw;
    display: flex;
    flex-direction: column;

}

@media all and (max-width:250px){
    body{
        min-height: 100vh;
       max-width: 100vw;
       display: flex;
       flex-direction: column;
       margin:0 auto;
   }
}

@media all and (min-width: 992px) {

    p,
    ul,
    ol {
        color: black;
        font-size:145%;
        font-family: 'Handlee', cursive;
        text-align: justify;
    }
    h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Handlee', cursive;
}
}
#first{
    font-size: 145%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Handlee', cursive;
}

h1 {
    color: #454545;
    font-size: 220%;
    font-weight: bold;
}

h2 {
    color: #707070;
    font-size: 130%;
    font-weight: normal;
    border: 1px solid #cccccc;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 0px;
}

h3 {
    color: #707070;
    font-size: 130%;
    font-weight: bold;
    border: 1px solid #cccccc;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 0px;
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.nav {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 110%;
    font-family: 'Handlee', cursive;
}

.title {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 110%;
    font-family: 'Handlee', cursive;
}

.small {
    color: #000000;
    font-size: 60%;
    font-family: 'Handlee', cursive;
}

.footer {
    color: #555555;
    font-size: 60%;
    font-family: 'Handlee', cursive;
    text-align: center;
}

a {
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Handlee', cursive;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    color: #008039;
    text-decoration: underline;
}
table{
    border:1px solid #008039;
    border-radius: 20px;
    z-index: 1000;
    font-family: 'Handlee', cursive;
}
table tr td{
    border-radius: 20px;
    z-index: 0;
}