

.picture {
  /*border-radius:90%*/
  border-style:solid;
  border-width:5px;
  border-color:grey;
}
.right {
}

.left {
  align-items:center;
}

.contact {
  align-items:center;
  align:center;
  justify-content:center;
}

.gh {
  margin:auto;
}

.left, .right {
  margin: 5px;
  max-width:50%;
  flex: 1;
  display: flex;
  flex-direction:column;
  justify-content:center;
}

.main {
  display:flex;
  width:70%;

  margin:auto;
  /*max-width:50%;*/
  flex-direction:row;
}

html, body {
  align-items:center;
  justify-content:center;
  height:100%;
  /*margin:20px;*/
  /*padding:0px;*/

  font-family: 'Droid Sans', sans-serif;
}

body {
  background-image: url("images/background.JPG");
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment:fixed;
  background-position:center;
}

.sec {
  flex-direction:column;
  display:flex;
  justify-content:center;
  align-items:center;
}

footer {
  /*position:absolute; */
  /*bottom:0; */
  width:99%;
  /*margin:auto;*/
  /*height:3rem;*/
}

.footer {
  justify-content:center;
  display:flex;
}
