*{
    margin: 0px;
    padding: 0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

main{ font size: 20px;
    background-color:rgb(42, 182, 156);
    min-height: calc(100vh - 80px - 40px);
    padding: 30px;
}

main h1 {padding: 50px;}

 main section{
    margin: 10px;
    background-color: rgb(42, 182, 156);    
    
}

section{
    align-content: justified;
    font-size: 25px;
}

table {width: 600px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 25px;
        border-collapse: collapse;
}

td, th{
    text-align: center;
    border: 5px solid rgb(41, 70, 41);
    text-align: center;
    padding: 20px;
}

td{
    text-align: center;
    color: black;
    font-weight: bold;
    transition: .5s;
}

th{
   
    background-color: aquamarine;
}

td:hover
{background-color: blue;}


footer {background-color: rgb(42, 182, 156);
text-align: center;
height: 40px;
}

header{
    background-color: rgb(42, 182, 156);
     display:flex;
     align-items: center;
     height: 80px;
        }
img{
    width: 100%;
    height: auto;
    padding: 50px;
}

nav{
    flex: 1;
}

nav ul{
    display: flex;
    justify-content: space-evenly;
    

}

nav ul li{list-style: none;}

nav a{text-decoration: none;
    color: black;

}

nav a:hover{color: red;
    text-shadow: 1px 1px 10px; color: red;

}

h1{ background-color: rgb(241, 113, 241);
    text-align: center;  
    padding: 5px; 30px}


h2{ padding: 10px; 30px}


h3{ padding: 5px;}

a.active_page{color: black;
            text-shadow: 1px 1px 1px; color: blue;
}

ul.a{ list-style-type: circle;
  }

ol { font-size: 20px; background-color: rgb(42, 182, 156);
list-style-type: circle;}}

li{font-size: 20px;
font-weight: 10px;
padding-left: 20px;}

ol, li {padding-left: 20px}

form {
    width: ;
}

textarea {width: auto;
    height: auto;}

section { font-size: 20px;
padding: 20px;}