* {
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    background: url("img/bg.jpg") top center no-repeat;
    background-size: cover;
    position: relative;
  }
div.container {
    padding-top: 8%;
    padding-left: 12%;
}
div.myfollowers {
    margin-top: 3%;
}

.joy{
    width: 20%;
}
.ig {
    width: 12%;
    margin-top: -25px;
}

p {
    color: #dbdbdb;
    font-size: 4em;
    font-weight: 600;
}
#followers {
    color: #dbdbdb;
    font-size: 1.4em;
    font-weight: 600;
}

.loading {
    font-size: 0.3em;
}

.mycentre {
    position: absolute;
       top: 0;
       left: 0;
       bottom: 0;
       right: 0;
       margin: auto;
}