body{
    margin: 0px;
    padding: 0px;
}
span{
    font-style: italic;
    
   } 
   .bold-text{
    font-weight:bold;
   }

   .list-conteiner{
    border-style: solid;
    display: inline-block;
    border-width: 0.5px;
    padding-right   : 10px;
   }
   .list-conteiner>p{
    text-align: center;
    font-weight: bold;
   }
   .img-conteiner{
    float: right;
    border-style: solid;
    display: flex;
    border-width: 0.5px;
    flex-direction: column;
    align-items: center;
   }
   .htmllogo{
    max-width: 70px;
   }

   .nav-conteiner{
    display: flex;
    justify-content: space-between;
    background-color: rgb(155, 155, 247);
   }

   .nav-conteiner>nav>ul{
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
    

   }
   .nav-conteiner>nav>ul>li>a{
    display: block;
    padding: 10px;
    border-style: solid;
    border-width: 0.5px;
   }
   @media (max-width: 900px){
    .nav-conteiner{
        flex-direction: column;
    }
   }

   .text-page{
    padding-left: 15px;
   }

   .page{
    display: flex;
    justify-content: center;
   }

   .header{
    width: 14%;
    background-color: aquamarine;

   }

.section{
    width: 82%;


}
.header>ol{
    list-style: none;
    border-bottom-style: solid;
    border-bottom-width: 0.5px;
    margin: 10px;
    padding: 0px;
    padding-bottom: 10px;
}
.header>div{
    width: 100%;
}
.header>div>img{
    width: 100%;
}
