.header {
  text-align: center;
  line-height: 9px;
}
.displaypicture {
  right: 70px;
  float: right;
  position: relative;
  bottom: 194px;
}
.experience h5 {
  line-height: 1px;
}
form {
  width: 40%;
  margin-left: 30%;
  border: 2px solid;
  height: 50vh;
}
form h2 {
  text-align: center;
}
form input {
  margin: 10px;
}
form label {
  margin: 10px;
}
form button {
  float: right;
  color: blue;
  background-color: whitesmoke;
}
