a
{
    color: #00ADB5;
    /* cursor: pointer; */
}



hr
{
    border-style: solid;
    border-width: 1px;
    border-color: #00ADB5;
    margin: 5px 0px 5px 0px;
}

h1
{
    font-size: 50px;
    margin: 5px 0px 5px 0px;
    padding: 0px;
}

h2
{
    font-size: 40px;
    margin: 5px 0px 20px 0px;
    padding: 0px;
    float: left;
}

img
{
    border-radius: 10px;
    float: left;
}

table
{
    border:  2px solid #00ADB5;
    border-radius:5px;
    border-collapse: collapse;
}

tbody{
    vertical-align: top;
}

ul
{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

ul li
{
    margin: 3px 5px 0px 0px;
}

body
{
    background: #393E46;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}


header
{
	background-color: #222831;
}

main
{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
footer
{
	background-color: #222831;
}

input
{
    border-color: #00ADB5;
    border-radius: 5px;
    border-style:solid;
    height:30px;
}

fieldset
{
  border: solid 1px #00ADB5;
}