body {
  background: url('img/background.gif') center center fixed;
  color: white;
  font-family: Arial, sans-serif;
}

.social-icons img{
width:30px

}
.main_section {
  background-color:#3d4164e5;
  border: 5px ridge deepskyblue;
  padding: 20px;
  margin-bottom: 20px;
}
.gallery{
  background-color:#3D416470;
  border: 5px ridge deepskyblue;
  padding: 20px;
  margin-bottom: 20px;
}


.gallery-img{
 width: 400px
}
a{ 
    color: goldenrod
}
a:hover{
    color: deepskyblue
}
.boris{
  flex: 2;
  position: absolute;
  right:100px;
  top:300px;
}