* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: gray;
    text-align: center;


}

.container1 {
    margin-top: 5px;
    width: 100%;
    height: 300px;
    border: 1px solid black;
    border-radius: 3%;
    background-image: url(/principal/imgprincipal/Mongagua.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.espaço1 {
    margin-top: 5px;
    width: 100%;
    height: 400px;
    justify-content: center;
    align-items: center;

}

.espaço1 img {
    max-width: 50%;
    height: auto;
    display: flex;
}


.topico {

    margin-top: 10px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: underline double;

}


.espaço {
    margin-top: 3px;
    border: 1px solid black;
    background-color: rgb(54, 54, 255);
}

.espaço:hover {
    background-color: blue;
}

.vaga {
    margin-top: 3px;
    color: yellow;
    font-weight: bold;
    font-size: 22px;
    text-decoration: underline;
}

.empresa {
    color: bisque;
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
}

.end {
    margin-top: 1px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    color: beige
}

.tel {
    margin-top: 1px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    color: beige
}

.email {
    margin-top: 1px;
    font-size: 18px;
    color: beige
}

.text {
    margin-top: 1px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    color: beige;
}

.exige {
    margin-top: 1px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    color: beige;
}

.container2 {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: rgb(102, 102, 105);
}

.voltar {
    font-size: 15px;
    border: 1px solid black;
    background-color: blue;
    color: bisque;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
}

.voltar:hover {
    font-size: 16px;
    border: 2px solid black;
    cursor: pointer;
    box-shadow: 2px 2px black;
}

footer {
    margin-top: 5px;
    width: 100%;
    background-color: #222;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 14px;
}

footer a {
    font-size: 20px;
    color: #00aaff;
    text-decoration: none;
}

footer a:hover {
    font-weight: bold;
    text-decoration: underline;

}