* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body {
    font-family: "Arimo", sans-serif;
    line-height: 1.6;
    font-size: 1.0rem;
    text-align: justify;
}
main { 
      padding: 1rem;
      display: flex;
      flex-direction: column;
      gap: 0.5rem; 
}
section.container-maior {  
      flex-direction: column; 
      align-items: center;  
      gap: 1rem;
      background-color: #f0f0f0;
      border-radius: 10px;
      padding: 1rem;   
      margin-bottom: 1rem;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      border-radius: 20px;
      padding: 2rem;
}
.box-de-titulo {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 10px;
      text-align: center; 
      padding: 1.0rem; 
      width: 80%; 
      margin-left: auto;
      margin-right: auto;
      border-radius: 20px;
      background-color: #f0f0f0;
}
.box-menor-oque-nao-fazer {
      background-color: #f0f0f0;
      border-radius: 10px;
      width: 60%;
      text-align: justify;
        margin-right: auto;
      margin-bottom: 0.5rem;
}
section.container-maior-2 {
      display: flex;    
      flex-direction: column; 
      align-items: center;  
      gap: 1rem;
      background-color: #f0f0f0;
      border-radius: 10px;
      padding: 20px;
      width: 80%;
      margin: 0 auto;
}   
.box-container {
        background-color: #f0f0f0;
        border-radius: 10px;
        padding: 20px;
        margin-top: 20px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
    }
    .informacao-de-lista {
        background-color: #f0f0f0;
        border-radius: 10px;
        margin-top: 20px;
        width: 100%;
        margin-right: auto;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }
    .lembrete {
        background-color: #f0f0f0;
        color: #4b8dd4;
        font-weight: bold;
        border-radius: 10px;
        margin-top: 20px;
        width: 100%;
        margin-right: auto;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }
    h1 {
        color: #4b8dd4;
        font-size: 2.0rem; 
        text-align: center;
}
        h2 {
        color: #4b8dd4;
        font-size: 1.75rem;
        text-align: center; 
}
        h3 {
        color: #4b8dd4;
        font-size: 1.50rem;
}
.button {
      background-color: #4b8dd4;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 25px;
      cursor: pointer;
      font-size: 1.0rem;
}
.logo {
        width: 100px;
        height: auto;
}
.imagem {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}
.footer {
    color: white;
    text-align: center;
    align-content: center;
    background-color: #61AAE5;
    height: 100px;
    flex-direction: column;
    flex: 1;
}
