@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

#unsupported {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 100px 50px 50px;
    background: rgb(250, 250, 250);
    display: none;
    box-sizing: border-box;
    text-align: center;
}

#unsupported * {
    color: rgb(24, 27, 25);
    font-family: "Oxygen", Arial, "Segoe UI";
    padding: 0px;
    margin: auto;
    box-sizing: border-box;
    z-index: 100;
}

#unsupported h1 {
    font-family: "Oxygen", Arial, "Segoe UI";
    font-size: 35px;
    padding-bottom: 50px;
}

#unsupported img {
    width: 26px;
    margin-right: 10px;
}

#unsupported h2 {
    font-family: "Oxygen", Arial, "Segoe UI";
    padding-bottom: 20px;
    font-weight: 500;
}

#unsupported p {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
}

#unsupported a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(23, 130, 131);
    border-bottom: 2px solid transparent;
}

#unsupported a:hover {
    border-color: rgb(23, 130, 131);
}

#unsupported > *:not(div) {
    width: 100%;
    max-width: 600px;
    margin: 25px auto;
}

#unsupported #candlelight {
    position: absolute;
    top: 50px;
    right: -120px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(166, 105, 12, 0.5);
    border: 3px solid rgb(166, 105, 12);
    z-index: 1 !important;
    opacity: 0.3;
}

#unsupported #bubble {
    position: absolute;
    bottom: -250px;
    right: -40px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(218, 48, 115, 0.5);
    border: 3px solid rgb(218, 48, 115);
    z-index: 1 !important;
    opacity: 0.3;
}

#unsupported #lime {
    position: absolute;
    bottom: 200px;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(43, 169, 89, 0.5);
    border: 3px solid rgba(43, 169, 89, 1);
    z-index: 1 !important;
    opacity: 0.3;
}

#unsupported #sky {
    position: absolute;
    top: -80px;
    left: -50px;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(13, 128, 166, 0.5);
    border: 3px solid rgba(13, 128, 166, 1);
    z-index: 1 !important;
    opacity: 0.3;
}
