.btn {
    width: 93px;
    height: 40px;
    font-size: 14px !important;
    padding: initial !important;
}
.card-body {
    padding: 8px  !important;
    padding-right: 0px !important;
}
.photo-two{
		display: inline-block;
		  display: block;
		  height: 90px;
		  margin-top: 5px;
		  text-align: center;
		  width: 74px;
	}
.photo-two img{
    border-radius: 12%;
    height: 52px;
    width: 52px;
}
.photo-name{
        font-size: large;
        font-weight: bold;
		color: rgb(255, 255, 255);
        font-size: 12px;
    }
.ml2 {
  font-weight: 900 !important;
  font-size: 3.5em !important;
}

.ml2 .letter {
  display: inline-block !important;
  line-height: 1em !important;
}
a:hover{
    text-decoration:underline !important;
    text-decoration-color: #f6c23e !important;
}
.bule:hover{
    text-decoration:underline !important;
    text-decoration-color: #32fbe2 !important;
}
.pink{
    color: #ea39b8;
    border-color: #ea39b8;
    font-weight: bold;
}
.pink:hover{
    color: #fff !important;
    background-color: #ea39b8;
}
.btn-app{
    color: #44d9e8;
    border-color: #44d9e8;
    font-weight: bold;
}
.btn-app:hover{
    color: #fff !important;
    background-color: #44d9e8;
}
@media (max-width: 450px){
.btn {
    width: calc(95%/3);
    margin: 0px;
}
.photo-two{
	 width: calc(100%/4);
	}
}