
body {
    background-color: white;
    font-family: 'Georgia', serif; /* Adjusted to a more formal serif font similar to what might be used on a corporate site */
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

img {
    width: 50%; /* Adjust size as needed */
    margin-top: 20px;
}
