body
    {
    width: 100%;
    height: 100%;
    background-image:url(./image/bg.jpg) ; 
    background-size: cover;
    background-position:right;
    background-attachment:fixed;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.links{
  display: flex;
  position: fixed;
  bottom: -4px;
  right: 5px;
}


.social-menu ul{
  display: flex;
  position: fixed;
  bottom: -4px;
  right: 5px;
}

.social-menu ul li{
  list-style: none;
  margin: 0 15px;
}

.social-menu ul li .fab{
  font-size: 30px;
  line-height: 60px;
  transition: .3s;
  color: #000;
}

.social-menu ul li .fab:hover{
  color: #fff;
}

.social-menu ul li a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  transition: .6s;
  box-shadow: 0 5px 4px rgba(0,0,0,.5);
}

.social-menu ul li a:hover{
  transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover{
  background-color: #4267B2;
}
.social-menu ul li:nth-child(2) a:hover{
  background-color: #E4405F;
}
.social-menu ul li:nth-child(3) a:hover{
  background-color: #0077b5;
}
.social-menu ul li:nth-child(4) a:hover{
  background-color: #00acee;
}
.social-menu ul li:nth-child(5) a:hover{
  background-color: #29b610;
}


.flex-item-center{
  padding: 50% 0;
}

.flex-align-horizontal{
  display: flex;
}

h1{
  font-size: 6em !important;
  color: #fff;
  margin-top: -1em !important;
  text-shadow: 2px 2px #797979;
}

p{
  margin-top: 1em !important;
  color: #fff;
  font-size: 1em!important;
  text-shadow: 2px 2px #797979;
  font-weight: bold;
}