*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
}

header{
    background-color: orange;
    text-align: center;
    color: white;
   padding: 10px;
height: 100px;


}

.tittle{
    font-size: 26px;
}
.box{
    display: flex;
    width: 150px; 
    height: 300px;
background-color: rgba(255,255,255, 0.8);
float: right;
margin: 15px;
}

section{
    padding: 20px;
    background-image: url(./assetss/palestrante.jpg);
    background-size: cover;
    overflow: hidden;
}

.tittle{
    font-size: 26px;
}

.formcontainer{
    max-width: 250px;
    background-color: #ffffff7c;
    padding: 15px;
    float: right;
}

h2{
    Font-size: 13px;
}

.mb{
    margin-bottom: 15px;
}

input, select{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: none;
    margin-bottom: 10px;
}

input[type="submit"]{
    color: white;
    background-color: orange;
    font-weight: bold;
}
#inputsubmit:hover{
    cursor: pointer;
    background-color: #cc8b00;
}
select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(./assetss/arrow.jpg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}

.footerxd{
    background-color: #202121;
    padding: 40px;
    text-align: center;
}

.pictures{
    width: 200px;
 
}

.description{
    display: inline-block;
    color: white;
    text-align: left;
    max-width: 55%;
    margin-left: 10px;
}

.description p, .description h3{
    margin-bottom: 20px;
}

.description h3{
    font-size: 25px;
}

@media screen and (max-widht: 500px){
   
    .formcontainer, input, select, .mb {
        max-width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
    }

}
footer{
    justify-content: center;
    display: flex;
     color: white;
  
}
.footers{
    background-color: #181818; 
    height: 100px;
    justify-content: center;
    align-items: center;
}
