img.dp {
  display: block;
  margin-left: 70%;
}


.checkbox-custom {
  margin: 10px;
}


a {
  margin: 15px;
}

#self-intro {
    width: 250px;
    height: 200px;
    margin: 0 auto;
    display: block;
}

table {
   margin: auto;
   width: 70% !important; 
}

.name {
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 40px;
}

.parent {
  background: linear-gradient(to bottom, white, Silver);
}

.image-wrapper {
  position: relative;
  width: 50%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  margin-left: 90%;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
   margin-left: 90%;

}

.image-wrapper:hover .image {
  opacity: 0.3;
}

.image-wrapper:hover .middle {
  opacity: 1;
}

.text {
  color: blue;
  font-size: 16px;
  background-color: white; 
}
