.corpo {
    position: relative;
    height: 60vh;
    width: 100%;
    max-width: 800px;
    /* Defina um valor máximo para a largura da div, se desejar */
    margin: 0;
    /* Centraliza a div horizontalmente */
    box-sizing: border-box;
    /* Inclui a largura da borda e o preenchimento na largura total */
    padding: 20px;
    /* Adicione algum preenchimento interno, se necessário */
    /* background-color: rgb(153, 153, 153); */
}

h1 {
    width: 253px;
    height: 69px;
    left: 115px;
    top: 273px;

    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 80px;

    color: #000000;


    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)
}

h2 {

    width: 598px;
    height: 36px;
    left: 123px;
    top: 370px;

    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 40px;

    color: #000000;
}

.contato {
    width: 298px;
    height: 23px;
    left: 123px;
    top: 455px;

    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 25px;

    color: #000000;
}

.email {

    width: 298px;
    height: 23px;
    left: 123px;
    top: 455px;

    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 25px;

    color: #000000;
}

.numero {

    width: 260px;
    height: 20px;
    left: 123px;
    top: 506px;

    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 20px;


    text-decoration-line: underline;

    color: #000000;
}

.insta {

    width: 219px;
    height: 21px;
    left: 123px;
    top: 550px;

    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 20px;
    text-decoration-line: underline;

    color: #000000;

}