html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color:#FFFAF4;
}
svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1000px;
}
.show-address-button {

    padding: 10px 20px;
    margin: 15px auto;
    background: #a13025;
    color: #FFFAF4;
    border: 1px solid gray;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}