#me {
    font-weight: bold;
}
svg {
    cursor: crosshair;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-top: 10px;
    margin-bottom: 60px; /* Margin bottom by footer height */
}
.svg-container {
    max-width: 550px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}
