.w-100 {
    width: 100px;
}

.w-200 {
    width: 200px;
}

a.report {
    font-size: 17px;
    font-weight: bold;
}

.btn-primary {
    background-color: rgb(51, 122, 183);
    border-color: rgb(51, 122, 183);
}

#subscribe-popup {
    width: 500px;
    height: 500px;
    background: white;
    right: 0;
    top: 0;
    position: fixed;
}
.buttons_wrapper {
    display: flex;
    justify-content: flex-end;
}