body{
 line-height: 1.5 !important;
 font-weight: 500;
}

.button {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button2 {
    background-color: #db236d;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
}

.button2:hover {
    background-color: #333333;
    color: white;
}

.blue-text {
    color: #0000ff !important;
}

.fs-12{
    font-size: 12px !important;
}

.fs-13{
    font-size: 13px !important;
}

.fs-15{
    font-size: 15px !important;
}

.fs-18{
    font-size: 18px !important;
}

.font-weight-500{
    font-weight: 500 !important;
}