body{
    position: absolute;
    margin: auto;
	height: 100%;
    width: 100%;
    text-align: center;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
}
h5{
    color: rgb(255, 255, 255)!important;
    text-align: center;
}

p{
    color: rgb(204, 150, 150)!important;
    font-family: Helvetica;
    font-size: 11px;
}


.card {
	background-color: #1c005e;	
	box-shadow: 10px 10px;
	border: 1px solid #0b028a;
	
}

.langs {
	padding: 3px!important;
}



.card-title{
	border: 1px solid #eebebe;
}

img:hover {
	background-color: #eebebe;	
	color: black;
  }

.background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0b0657;
}

.background {
  background-color: #000;
  animation: colorChange 10s infinite;
}

@keyframes colorChange {
  0% {
    background-color: #000;
  }
  50% {
    background-color: #1e1a49;
  }
  100% {
    background-color: #000;
  }
}

/* Adicione uma classe "interact" para ativar a interação com o mouse */
.background.interact {
  animation: none;	
}
