body{
    background-color: #16559A;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}
.outer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.inner-container {
    background-color: #ffffff; 
    padding: 20px;
    border-radius: 10px;
    max-width: 600px; 
    text-align: center; 
}

.inner-container img {
    display: block;
    margin: auto; 
    max-width: 30%; 
    height: auto; 
}

.corpo {
    margin-top: 5px;
    text-align: center;
}

.corpo h3,
.corpo h5 {
    margin-top: 0;
    font-weight: normal; 
    font-size: 26px;
}

.corpo h5 {
    margin-bottom: 5px;
    font-size: 22px;
}

.corpo p {
    font-size: 19px;
    line-height: 1.5;
}

.corpo p:last-child {
    margin-bottom: 20px;
}

button {
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #ffa500;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 150px;
}

button:hover {
    background-color: #ff6600;
}

button a {
    text-decoration: none;
    color: inherit;
}
