Karthikeyan
Update style.css
b9c22f4
#col-container {
margin-left: auto;
margin-right: auto;
}
#row-flex {
display: flex;
align-items: center;
justify-content: center;
}
.leftimage .rightimage{
float:left;
filter: drop-shadow(20px 20px 10px white);
}
.leftimage{
padding-top:40px;
margin-left:310px;
}
.rightimage{
padding-top:40px;
margin-right:320px;
}
a,
a:hover,
a:visited {
text-decoration-line: underline;
font-weight: 600;
color: #1f2937 !important;
}
.dark a,
.dark a:hover,
.dark a:visited {
color: #f3f4f6 !important;
}