*{
    margin: 0;
}
body{
    display: grid;
    background-color: #99CEB3;
}
header{
    width:100%;
    position: fixed;
    top: 0;
    min-height: 50px;
    background-color: #008542;
    color: #FFFFFF;
    font-size: 30px;
}
main{
    display: flex;
    margin-top: 50px;
    margin-bottom: 25px;
    height: 100%;
}
footer{
    width:100%;
    position: fixed;
    height: 25px;
    background-color: #016299;
    bottom: 0;
    text-align: right;
}
#mn{
    height: 45px;
    width: 55px;
    margin-left: 20px;
    background-image: url(/static/imagens/btMenu.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
    background-position-x: center;
    background-color: #008542;
    cursor: pointer;
    border: 0;
    border-radius: 30px;
}
.menu {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 50px;
    margin-top: 5px;
}
.menu-child {
    position: absolute;
    display: none;
    margin-left: 15px;
    border-radius: 15px;
    background-color: #FDC82F;
    width: 200px;
}
.menu-child a {
    font-size: 25px;
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
    margin: 10px 0px 10px 0px;
}
.menu:hover .menu-child {
    display: block;
}
.menu-child a:hover{
    background-color: #008542;
    color: white;
    width: 90%;
    border-radius: 15px;
}
#t0 {
    display:inline-flex;
    margin-left: 50px;
}
#t1 {
    display:inline-flex;
    position: fixed;
    margin-top: 5px;
    margin-left: 50px;
    font-weight: bold;
}
#t2{
    display:inline-flex;
    float: right;
    width: 95vh;
}
.logtp{
    width: 150px;
    border: 0;
    margin-bottom: 10px;
}
.logsim{
    width: 70px;
    border: 0;
    margin-top: 10px;
}
.logrfb{
    width: 120px;
    padding-left: 10px;
    padding-right: 10px;
    border: 0;
}
.logplt{
    width: 55px;
    padding-left: 10px;
    padding-right: 10px;
    border: 0;
}
.logmtr{
    width: 100px;
    border: 0;
    padding: 10px;
}
