img{
width: 1320px;
align-content: center;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
    background: linear-gradient(rgb(55, 112, 218),rgb(5, 157, 165), rgb(26, 251, 255));
    margin: 0;
  }

  .main-content {
    margin-top: 100px; /* To avoid the fixed navbar overlap */
    flex: 1;
  }
  
  .left-sidebar {
    background-color: #f8f9fa;
    padding: 20px;
    height: 100vh;
  }
  
  .right-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    height: 100vh;
    padding: 20px;
  }
  
  footer {
    padding: 10px;
    text-align: center;
    color: rgb(0, 0, 0);
    width: 100%;
    background-color: #ffffffd2 !important;
    border-color: #000000 ;
    border-width: 900px ;
  }
  .titulo {
    text-align: center;
    font-family: Arial, sans-serif;
    margin-top: 20px;
}
.titulo h1 {
    font-size: 2.5em;
    color: #333;
}
.titulo h2 {
    font-size: 1.5em;
    color: #faf4f4;
}
  
