img {
   width: 260px;
}

h1 {
   font-size: 30px;
   color: rgb(221, 221, 231);
}

h2 {
   font-size: 20px;
}

p {
   text-align: center;
   line-height: 28px;
   font-family: 'Tahoma';
}

a {
   background-color: rgb(53, 53, 94);
   font-size: 15px;
   font-weight: bold;
   text-decoration: none;
   color: #d7d6ec;
   padding: 8px 15px;
   border-radius: 20px;
   margin: 5px;
   text-align: center;
}

div {
   background-color: #dbd8f8;
   padding: 50px;
   width: 900v;
   margin: 0 auto;
   border-top: 20px solid rgb(0, 0, 48);
   text-align: center;
}

.inicio {
   background-color: rgb(0, 0, 48);
   padding: 50px;
   width: 930v;
   margin: 0 auto;
   text-align: center;

}

footer {
   background-color: rgb(0, 0, 48);
   padding: 50px;
   margin: 0 auto;
   text-align: center;
   color: #d7d6ec;
   font-size: 15px;
}

span {
   font-style: oblique;
}

ul {
   display: flex;
   justify-content: center;
   align-items: center;
}

figcaption {
   font-size: 14px;
   font-family: Times serif;
}

.honra {
   text-align: left;
}
