
.unisoftdev-container{
	margin: auto;
	display: block;
	margin-top: 5%;
}

.unisoftt-btn-container {
	background-color: #007bff!important;
	margin: 20px;
	height: 100px;
	text-align: center;
	
	position: relative;
}

.unisoftt-btn-option {
	color: white;
	
	margin: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	
  	font-size: 150%;

  	line-height: normal;
}

a:link {
	text-decoration: none
}

a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: white;
}

a:active {
	text-decoration: none
}

.image-center {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 50%;
}
