
* {
  margin: 0;
  padding: 0;
}

.boby{
    background-image: url('../logo2.png');
    font-size: 30px;
    
} 

.pad{
  padding: 15px;
}

.divcen {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   max-width:98%; 
   min-width:90%;
   max-height: 98%;
   min-height: 50%;
   border-radius: 10px;   
   padding: 20px;
   align-items:center;
   align-content: center;
   text-align: center;
   
}
.centro {
   position:absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   background-color: yellow;
   border-radius: 10px;
   padding: 15px;
   box-shadow: 4px 4px 8px #999999;
   align-content: center;
   align-items: center;
   justify-content: center;
   justify-items: center;
   max-height: 85%;
   overflow:scroll;
}
body {
  font-family: 'Montserrat', sans-serif;
  background: #388E3C;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

h2 {
  text-align: center;
  margin: 20px auto;
  color: #fff;
}

.accordion-menu {
  width: 100%;
  max-width: 350px;
  margin: 10px auto 10px;
  background: #fff;
  border-radius: 4px;
}

.accordion-menu li.open .dropdownlink {
  color: #CDDC39;
}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}

.dropdownlink {
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 25px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  color: #212121;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.dropdownlink i {
  position: absolute;
  top: 10px;
  left: 16px;
}
.dropdownlink .fa-chevron-down {
  right: 12px;
  left: auto;
}

.submenuItems {
  display: none;
  background: #C8E6C9;
}
.submenuItems li {
  border-bottom: 1px solid #B6B6B6;
}

.submenuItems a {
  display: block;
  color: #727272;
  padding: 12px 12px 12px 45px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.submenuItems a:hover {
  background-color: #CDDC39;
  color: #fff;
}

