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;
}
.creditos {
  color: white;
  margin-left: 270px;
  padding-top: 30px;
  font-size: 30px;
}

.noemi,
.joao-bruno,
.lucas {
  text-align: center;
  padding-top: 50px;
}

.lucas {
  padding-bottom: 50px;
}

.noemi,
.joao-bruno,
.lucas p {
  font-size: 30px;
}

.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;
}
#footer{
  background-color: rgb(32, 2, 48);
  top:190%;
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
}


.logo-fatec{
  float: left;
}

.logo-njl{
  text-align: right;
}
