/*===== WELCOME TO UWU =====*/


/*=== General===*/
/*Zero*/
.m-0 {
	margin: 0 !important;
}

.p-0 {
	padding: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}
/*-*/
/*Above Zero*/
.mt-1 {
	margin-top: 1rem !important;
}
.mt-2 {
	margin-top: 2rem !important;
}
.mt-3 {
	margin-top: 3rem !important;
}
.mt-4 {
	margin-top: 4rem !important;
}
.mt-5 {
	margin-top: 5rem !important;
}

.mb-1 {
	margin-bottom: 1rem !important;
}
.mb-2 {
	margin-bottom: 2rem !important;
}
.mb-3 {
	margin-bottom: 3rem !important;
}
.mb-4 {
	margin-bottom: 4rem !important;
}
.mb-5 {
	margin-bottom: 5rem !important;
}
/*-*/

/* Border Radius */
.br-1 {
	border-radius: 1rem !important;
}
.br-2 {
	border-radius: 2rem !important;
}
.br-3 {
	border-radius: 3rem !important;
}
.br-4 {
	border-radius: 4rem !important;
}
.br-5 {
	border-radius: 5rem !important;
}
/* - */

.uwu-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.uwu-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
} 
/*=== - ===*/

/*=== Head ===*/

/*=== - ===*/

/*=== Body ===*/

/*=== - ===*/

/*=== Foot ===*/
.uwu-foot{
	font-size: 1.2em !important;
}

.uwu-span-1 {
	font-weight: 400;
    font-size: 0.7em;
}
/*=== - ===*/