
#body-div {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
#centered-svg {
    width: 100%;
    height: 100%;
}
#centered-svg img {
    max-width: 20%;
    max-height: 20%;
    display: block;
    margin: 0 auto;
}
#centered-text {
    font-family: 'Old Standard TT', serif;
    color: white; /* Text color */
    font-size: 4vw; /* Adjust the font size as needed */
    text-align: center;
    margin-top: 20px; /* Adjust the margin as needed */
}