body{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
a{
    color: #185a8d;
}
img{
    max-height: 30vh;
}
h4{
    color: black;
}
h5{
    color: #2e2e2e;
}
a{
    color: #0d47a1;
}