.container {
  display: flex;
  justify-content: space-between;
  color: blue;
  border-bottom: 0.5px solid;
  border-color: rgba(0, 0, 0, 0.1);
}

.container1 {
  border-radius: 1px;
  display: flex;
  justify-content: space-between;
  color: blue;
  border-bottom: 0.5px solid;
  border-color: rgba(0, 0, 0, 0.1);
}

.tempo {
  color: red;
  border-bottom: 0.5px solid;
  border-color: rgba(0, 0, 0, 0.1);
}

.propaganda {
  height: 220px;
  width: 1500px;
  justify-content: center;
}

.containerprin { 
   display: flex;
   justify-content: space-between;
}

.esquerda { 
 width: 49%;
 border-right: 0.5px solid;
 border-color: rgba(0, 0, 0, 0.1);
}

.noticia {
  height: 600px;
  width: 700px;
  border-bottom: 0.5px solid;
  border-color: rgba(0, 0, 0, 0.1);
}

.noticias {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid;
  border-color: rgba(0, 0, 0, 0.1);
}

.noticias1 {
  display: flex;
  justify-content: space-between;
}

.direita {
    display: flex;
  justify-content: space-between;
   width: 49%;
}

.esquerda1{
   width: 48%;
   border-right: 0.5px solid;
   border-color: rgba(0, 0, 0, 0.1);
}

.direita1{
   width: 49.5%;
}

.azul{
  color: blue;
}

.verde{
  color: green;
}


.vermelho{
  color: red;
}

li{
  color: blue;
}



