body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: rgb(19, 1, 29);
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    width: 1300px;
}

p {
    color: white;
    line-height: 25px;
}

ul li{
    font-size: 17px;
    color: white;
}

figcaption {
    color: white;
}

h1 {
    color: white;
    line-height: 25px;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 3px solid #424242;
}

h2 {
    color: white;
    line-height: 25px;
    font-size: 20px;
}

a{
    text-decoration-color:rgb(34,228,255);
    color: white;
  }
.menu-opcoes {
    background-color: rgb(32, 2, 48);
    padding: 1px;
    text-align: center;
    font-size: 20px;
}

.menu-opcoes ul li {
    background-color: rgba(48, 2, 73, 0.767);
    display: inline;
    padding: 4px;
    margin-left: 20px;

}
.menu-opcoes a {
    color: white;
    text-decoration: none;
}

.NFT, .imobiliario, .militar{
    float: right;
}

.saude, .trabalho{
    float: left;
}

#footer{
    background-color: rgb(32, 2, 48);
    top:200%;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
}
  
  .logo-fatec{
    float: left;
  }
  
  .logo-njl{
    text-align: right;
  }