*{
    box-sizing:border-box !important;
    margin:0 !important;
    padding:0 !important;
}

body{
    background-color: #000;
    color: #fff;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
}

span{
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size: 60px;
}

.bg{
    background-image: url("../../images/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.position-absolute {
    width: 2em;
    height: 2em;
    background-color: #fff;
    border-radius: 0.25rem;
}