body {
    background-color:#1C1C1C;
}
header{
  background-color: white;
  padding: 20px 0;
}
.logo{
  width: 13%;
  margin-left: 12%;
}
.menu{
  position: relative;
  width: 940px;
  margin: 0 auto;

}
nav{
  position: absolute;
  top: 110px;
  right: 0;
}
nav li{
  display: inline;
  font-size: 30px;
  margin: 0 0 0 40px;
}
nav a{
  position: relative;
  bottom: 230px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 70%;
  color: red
}

.texto-principal {
    margin-right: 20%;
    border: 10px solid #c97ba5;
    padding: 20px;
    margin: 20px;
}
.lista{
  margin: 20%;
  margin-right: 20%;
  border: 10px double #c97ba5;
  padding: 20px;
  margin: 20px;
  margin-right: 30%;

}

h1 {
    color: #D3D3D3;
    text-align: center;
}
h2 {
    color: #483D8B;
}
p {
    color:  #5F9EA0;

}
#imagem-principal {
    width: 10%;
    margin-left: 80%;
    border: 5px dotted salmon;
    float: left;
    position: absolute;
}

.itens {
	color:  #5F9EA0;
	text-decoration: underline;
}
.texto-principal {
    margin-right: 20%;
}

h1 {
    color: #D3D3D3;
    text-align: center;
}
h2 {
    color: #483D8B;
}
p {
    color:  #5F9EA0;

}
#imagem-principal {
    width: 10%;
    margin-left: 80%;
    border: 5px dotted salmon;
    float: left;
    position: absolute;
}

.itens {
	color: blue;
	text-decoration: underline;

}

.cursistas{
  font-size: 40px;
  margin-left: 15%;
  color: white
}
