body{
    width: auto;
}
#text1{
    border-style: solid;
    padding: 10px;
border-color: rgb(118, 118, 179);
background-color: rgb(239, 237, 237);
justify-content: center;
}
#text2{
    border-style: solid;
    padding: 10px;
border-color: rgb(118, 118, 179);
background-color: rgb(239, 237, 237);
justify-content: center;

}
#text3{
    border-style: solid;
    padding: 10px;
border-color: rgb(118, 118, 179);
background-color: rgb(239, 237, 237);
justify-content: center;

}
#image{
    justify-content: center;
  margin: 0;
     width:"300px";
}
label{
    color: rgb(86, 86, 248);
    font-family: Arial;
}
select{
    width: 300px;
    font-size:18px;
    height:30px;
    border-radius: 5px;
}
input{
    width: 300px;
    font-size:18px;
    height:30px;
     border-radius: 5px;
}




