

.content-details{
position: relative;
top:-80px;
width:150px;
margin: auto;
padding:10px;
background: rgba(0,0,0,0.3);
color: white;
text-align:center;
font-family:arial;


}

.content-details p {
margin-top: 10 px;
}

.content-details input[type="button"]{
padding: 6px; 40 px;
font-size:18px;
margin-top:10px;
background: red;
border-style: none;
color: white;
outline:0px;
transition: all 300ms;
}

.content-details input[type="button"]:hover{
background: rgba(0,0,0,0.5);
cursor:pointer;
transition:all 300ms;

}


.manillas{
padding:15px;
}
