main{
    width: 100%;
    height: 100%;
}


.imagem-de-fundo {
    background-image: url("../img/fundo1.png");
    width: 100%;
    height: 1002px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
}

#btn1 {
    background-color: #314e2e;
    color: white;
    border: 2px solid #314e2e;
    width: 120px;
    padding: 5px;
}

#btn2 {
    background-color: transparent;
    color: black;
    border: 2px solid #314e2e;
    width: 120px;
    padding: 5px;
}

.texto-dentro {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 400px;
}

.texto-dentro h1 {
    font-size:50px;
}

.texto-dentro p {
    font-size: 20px;
}


.botoes {
    margin-top: 20px;
}




