.footer{
    background-color: #fff;
}

body {
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.rounded-15 {
    border-radius: 15px;
}

.draft-tag {
    color: #fff;
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: -47px;
    padding: 10px 60px;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 700;
    transform: rotate(45deg);
    text-align: center;
    background-color: #00549f;
}
