body {
background: none;
font-family: 'Open Sans', sans-serif;
}
.imag {
z-index: 5; 
position: absolute;
size: 100%;
overflow: hidden;
}
.slidet {
position: absolute; 
z-index: 6;
font-family: 'Open Sans', sans-serif;
top: 50%; 
transform: translateY(-50%);
float: left;
width: 390px;
height: 501px;
background-color: rgba(0, 0, 0, 0.5);
background: rgba(0, 0, 0, 0.5);
}
.car-t {
color: rgb(255,0,155);
text-align: left;
font-weight: bold;
font-size: 28pt;
z-index: 6;
}
.car-d {
margin-top: 20px;
width: 390px;
color: white;
text-align: left;
font-size: 16pt;
z-index: 6;
}
.car-btn {
margin-top: 20px;
float: left;
width: 200px;
height: 50px;
line-height: 50px;
color: rgb(255,255,255);
background-color: rgb(255,0,155);
text-align: center;
font-weight: bold;
font-size: 11pt;
z-index: 6;
}
.car-btn:hover {
float: left;
width: 200px;
height: 50px;
color: rgb(255,0,155);
background-color: rgb(255,255,255);
text-align: center;
font-weight: bold;
font-size: 11pt;
line-height: 50px;
margin-top: 20px;
}