.alert {
    position: fixed;
    top: 10px;
    left: 20px;
}

.vh-95{
    height: 95vh;;
}

.text-justify{
    text-align: justify;
}

.bg-light-grey{
    background-color: rgb(189, 189, 189);
}

.text-orange{
    color: orangered !important;
}