#gg-popup {
    display: none;
}

#gg-popup.active {
    display: flex;
}

/* The Modal (background) */
.gg-browser-information {
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 15px;
    z-index: 21;
}

/* Modal Box */
.gg-browser-information .gg-popup-content {
    background-color: #fafafa;
    margin: auto;
    max-width: 700px;
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 350px);
    z-index: 22;
}

/* Logo section */
.gg-browser-information .project-logo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #dcdcdc;
    padding: 10px 20px;
}

/* Content section */
.gg-browser-information .content-section {
    padding: 40px 50px 60px;
    text-align: center;
}

.gg-browser-information h2 {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 24px;
    color: #002949;
    line-height: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.gg-browser-information p.desctiption {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #3a4359;
    line-height: 1.5em;
    font-weight: normal;

    margin: 0;
    text-align: center;
    letter-spacing: 0.2px;
}

/* The Close Button */
.gg-browser-information .close-button {
    transition: .3s;
    color: #3a4359;
    font-size: 40px;
    margin-left: auto;
    font-weight: normal;
}

.gg-browser-information .close-button:hover,
.gg-browser-information .close-button:focus {
    transition: .3s;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
