html, body {
    padding: 0;
    height: 100%;
}

.info-container {
    position: relative;
    text-align: center;
    margin-bottom: 255px;
}

.info-content {
    z-index: 9;
    display: none;
    position: absolute;
    max-width: 90%;
    margin: 5px;
    padding: 5px;
    background-color: lightgoldenrodyellow;
    border: solid;
    border-width: thick;
    border-color: white;
}
.info-icon{
    max-height: 15px;
    max-width: 15px;
}

