.text{
     text-align: left;
    margin-left: 0px;
    font-family: "helvetica", bold;
    font-weight: bolder;
    font-size: 16px;
    color: black;
    overflow: hidden;
    display: block;
    margin-top: 20px;
}
.foto{
    margin-top: 30px;
}
.column {
  float: left;
  width: 50%;
  padding: 5px;
}

h1{
    margin-top: 130px;
     text-align: left;
    margin-left: 0px;
    font-family: "helvetica", bold;
    font-weight: bolder;
    font-size: 30px;
    color: black;
    overflow: hidden;
    display: block;
}
h2{
     text-align: left;
    margin-left: 0px;
    font-family: "helvetica", bold;
    font-weight: bolder;
    font-size: 12px;
    color: black;
    overflow: hidden;
    display: block;
}

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.body_text{
    text-align: left;
    margin-left: 0px;
    font-family: "helvetica", bold;
    font-weight: bolder;
    font-size: 30px;
    color: black;
    overflow: hidden;
    display: block;
    margin-top: 130px;
}
.column_radio {
  float: left;
  width: 33.33%;
  padding: 5px;
}
.about{
    text-align: left;
    margin-left: 0px;
    font-family: "helvetica", bold;
    font-weight: bolder;
    font-size: 30px;
    color: black;
    overflow: hidden;
    display: block;
    margin-top: 130px;
}
.welcome{
    margin-top: 330px;

}
.blueText{
    color: blue;
}