body {
    font-family:"roboto", sans-serif;
}

h1{
    position: absolute;
    width: 425px;
    height: 59px;
    left: 778px;
    top: 196px;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 59px;
    color: white;
}

.conteiner {
    width: 1296px;
    height: 1189px;
    margin: 0 auto;
	background-color: #beff84;
}

.bottoni {
    position: absolute;
    width: 181px;
    height: 59px;
    left: 882px;
    top: 17px;
    line-height: 19px;
    font-size: 16px;
}

.divimmagine{
    width: 1296px;
    height: 400px;
    top: 59px;
    filter: brightness(70%);
    object-fit: cover;
    object-position: center;
    display: block;
    padding-top: 59px;
}

.divtesto{ 
    background-color: #efefef;
    width: 416px;
    height: 550px;
    top: 459px;
    line-height: 100%;
    font-style: normal;
    font-size: 20px; 
    float: left;
    margin-bottom: 50px;
    padding: 50px 50px;
}

.divcontitolo {
    background-color: white;
    width: 680px;
    height: 550px;
    top: 459px;
    float: left;
    padding: 50px 50px;
    font-size: 20px;
}

.testoinfondo{
     position: absolute;
     width: 181px;
     height: 59px;
     margin: 130px;
     top: 1000px;
     line-height: 19px;
     font-size: 16px;
}

h2 {
    font-size: 50px
}