body{
  font-family: 'Ruda';
}

.wrapper{
    margin: 0px auto;
    width:100%;
    position: relative;
    padding:0px;
}
.content{
  width:100%;
  text-align: center;
}

.text{
  position: absolute;
  margin: 20px;
  z-index: 1;
}
.bigtitle {
  font-size: 75px;
  font-weight: bold;
  letter-spacing: -0.1em;
}
.bigtitle2 {
  font-size: 52px;
  font-weight: bold;
  letter-spacing: -0.13em;
  position: relative;
  top: 56px;
  left: -19px;
}
.subtitle {
  font-size: 14px;
  position: relative;
  top: -28px;
  left: 53px;
  width: 50px;
}

.subtitle:hover{
  cursor: pointer;
}

/*
cubic-bezier(0.250, 0.250, 0.750, 0.750);
rotate(720deg) scale(0) skew(1deg) translate(0 10px)
rotate(720deg) scale(0) skew(1deg) translate(0 10px)
rotate(720deg) scale(0) skew(1deg) translate(0 10px)
rotate(720deg) scale(0) skew(1deg) translate(0 10px)
*/

.sharing {
  position: absolute;
  bottom: 0px;
  margin: 10px;
  z-index: 2;
}

.insp{
  position: absolute;
  bottom: 0px;
  right:  0px;
  font-size: 10px;
  margin: 10px;
  z-index: 2;
  color:#ccc;
}