body{
    background-color: #000000;
    color: white;
}
h1{
    text-align: center;
    color: #ffff51;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.canvas{
    background-color: #00006c;
    border-radius: 4px;
    top: 100px;
    width: 800px;
    height: 500px;
    position: absolute;

}
.img{
    width: 22%;
    height: 50%;
    top: 200px;
    position: absolute;
    bottom:440px;
    left: 300px;
}
#titulo{
    color: #ffff51;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    position: absolute;
    bottom: 455px;
    left: 375px;
    font-size: xx-large;
}
#creditosUm{
    position: absolute;
    top: 548px; 
    left:305px;
    color: #ffff51;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#creditosDois{
    position: absolute;
    top: 525px; 
    left:305px;
    color: #ffff51;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
ul{
    color: #ffff51;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    position: absolute;
    bottom: 190px;
    left: 620px;
    
}
ul li{
    padding: 10px;
    position: relative;
}
table{
    color: #ffff51;
}
table th{
    padding: 10px;
    
}
::selection{
    color: #00006c;
    background: #ffff51
}
button{
    background-color: #ffff51;
    color:#00006c;
    width: 80px;
    height: 40px;
    font-size:medium;
}
button:hover{
    background: #00006c;
    color: #ffff51
}



