
.display-content {
	display: contents;
}

.mt10 {
	margin-top: 10px;
}

.pt10 {
	padding-top: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.pr5 {
	padding-right: 5px;
}

.w20 {
	width: 20%;
}

.w30 {
	width: 30%;
}

.w35 {
	width: 35%;
}

.w45 {
	width: 45%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

.w80 {
	width: 80%;
}

.bold {
	font-weight: bold;
}

.border-radius-3 {
	border-radius: 3px;
}

.border-radius-5 {
	border-radius: 5px;
}

.text-20 {
	font-size: 20px;
}

.transition-fast {
	transition: 0.1s;
}

.align-screen-center {
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%); 
}

.fade-out {
	opacity:1;
	transition: opacity 1s;
}

.red {
	color: red;
}

.justify-space-between {
	justify-content: space-between;
}

.max-w-30 {
	max-width: 30rem;
}

.underline {
	text-decoration: underline;
}

.w-3rem {
	width: 3rem;
}

.text-0p75rem {
	font-size: 0.75rem;
}


