

/* Sekcja główna */
main{
width: 100%;
height: 100%;
background-color: #fcfbf9;
float: left;



}
#bold_text{
font-size: 50px;
margin-top: 50px;
display: flex;
justify-content: center;

}

.h_text{
    font-size: 30px;
    font-weight: 600;
    color:rgb(248, 159, 58) ;
    text-decoration:underline;

}
#oferta{
    
    text-align: center;
    
    
}

