body{
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 18px;
  background-image: url(bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 50px;
}

.mt-4{
  margin-top: 40px;
}
.mt-6{
  margin-top: 60px;
}
.img-fluid{
  max-width: 100%;
}

a{
  text-decoration: none;
  color: #000;

}
a:hover{
  text-decoration: none;
  color: #666;
  transition: all .3s ease;
}
.float-left{
  width: 30%;
  display: inline-block;
  text-align: right;
}
.float-right{
  width: 50%;
  display: inline-block;
}
.bg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
strong{
  font-weight: 800;
}
@media (max-width: 768px) {
  body{
    font-size: 14px;
  }
  .float-left{
    width: 100%;
    display: block;
    text-align: center;
  }
  .float-left img{
    width: 100px;
  }
  .float-right{
    width: 100%;
    display: block;
  }
  .mt-6{
    margin-top: 20px;
  }
  .img-fluid {
    max-width: 90%;
  }
}
