body {
background-color: #160845;
position: relative;
font-size: 18px;
color: #ffffff;
}
div {
padding: 30px;
}
div.heading {
text-align: justify;
color: #ffe64b; 
margin-left: 25%; 
width: 50%; 
font-size: 24px;
}
div.title {
text-align: center;
color: #ffe64b;
font-size: 48px;
}
div.subtitle {
text-align: center;
width: 60%;
margin-left: 20%;
font-size: 36px;
}
div.pic {
text-align: center;
}
div.next {
position: fixed;
bottom: 10px;
right: 4%;
}
div.prev {
position: fixed;
bottom: 10px;
left: 4%;
}
div.next a {
color: #99ffff;
font-size: 28px;
text-decoration: none;
}
div.prev a {
color: #99ffff;
font-size: 28px;
text-decoration: none;
}
div.next a:hover {
color: #3fe83a;
font-size: 36px;
text-decoration: none;
}
div.prev a:hover {
color: #3fe83a;
font-size: 36px;
text-decoration: none;
}
