body {
  background-image: url(imgs/background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #2d454f;
}

header {
  text-align: center;
  display: block;
  height: auto;
  width: auto;
  _padding: 1rem 0;
}

a.linkedin {
  color: #fff !important;
}

label{
  font-style: normal;
}



