body {
    background-color: rgb(33, 28, 54);
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header img {
    padding-top: 35px;
    max-width: 60%;
    height: auto;
}

.c1 {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.caixa {
    border: 2px solid #0004ff;
    border-radius: 20px;
    background-color: #001170;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.caixa img {
    object-fit: cover;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #0004ff;
}

.ttext {
    max-width: 250px;
    overflow-wrap: break-word;
    color: white;
}

.botao {
    background-color: #002bb9;
    color: white;
    padding: 12px 30px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.17s;
    width: 150px;
}

.botao a {
    text-decoration: none;
    color: white;
}

.botao:hover {
    background-color: #6f00ff;
}

.c2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    background-color: #0004ff;
    padding: 20px;
    max-width: calc(5 * 150px + 4 * 20px);
    margin: auto;
    border-radius: 10px;
}

.c2 img {
    object-fit: cover;
    border-radius: 5%;
    height: 150px;
    width: 150px;
    border: 2px solid #0004ff;
}
