.w-5{
    width:5%;
}

.w-10{
     width: 10%;
}

.w-15{
    width :15%;
}

.w-20{
    width :20%;
}

.w-25{
    width :25%;
}

.w-30{
    width :30%;
}

.w-35{
    width :35%;
}

.w-40{
    width :40%;
}

.w-45{
    width :45%;
}

.w-50{
    width :50%;
}

.w-55{
    width :55%;
}

.w-60{
    width :60%;
}

.w-60{
    width :60%;
}

.w-65{
    width :65%;
}

.w-70{
    width :70%;
}

.w-75{
    width :75%; 
}

.w-80{
    width :80%;
}

.w-85{
    width :85%;
}

.w-90{
    width :90%;
}

.w-95{
    width :95%;
}

.w-100{
    width :100%;
}

.ov-auto{
    overflow: auto;
}

.cr-p{
    cursor:pointer;
}

/*//Rowan611#*/
.cursor-pointer{
    cursor: pointer;
}

.text-white{
    color: aliceblue;
}

.text-red{
    color: red;
}

.text-blue{
    color: blue;
}

.bg-blue-Gradient{
	background: rgb(2, 0, 36);
	background: linear-gradient(90deg, rgb(20, 20, 199) 0%, rgb(9, 9, 121) 35%, rgb(0, 213, 255) 100%);
}

.bg-white-Gradient{
	background: rgb(2, 0, 36);
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(222, 237, 186) 35%, rgb(255, 255, 255) 100%);
	background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.bg-white{
    background-color: white;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.bg-yellow-white{
    background-color: rgb(233, 243, 221);
}

.bg-info{
    background-color: rgba(255, 0, 0, 0.349);
    text-align: center;
    color: aliceblue;
}