You are on page 1of 1

.

bible-header-custom {
display: grid;
align-content: center;
width: fit-content;
padding: 4px 20px;
position: absolute;
top: 163px;
left: 10px;
background-color: #000;
color: #fff;
font-size: 10px;
border-radius: 10px;
}

.music-slide {
text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
}

desc {
font-size: 25px;
}

.bible_slide {
display: grid;
padding: 30px;
height: 150px;
border-radius: 10px;
color: #fff;
background-color: rgba(54, 54, 54, 0.5);
}

You might also like