

body{
    background-color: rgb(5, 12, 21);
    margin-top: 0%;
    margin-bottom: 0%;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color:aliceblue;
}

a{
    color: rgb(255, 145, 240);
}

#main{
    top: 0%;
    bottom: 0%;
    min-height: 100vh;
    margin-left: 18%;
    margin-right: 18%;
    background-color: rgb(8, 19, 33);
}


#titulo{
    padding-top: 2%;
    text-align: center;
}

#site_todo{
    margin-left: 22%;
    margin-right: 22%;
    padding-bottom: 2%;
}