.bubbleback {
    background: linear-gradient(to bottom, #222942 0%, #1a1d2f 100%);
    border-radius: 50%;
    float: left;
    height: 160px;
    width: 160px;
    margin: 5px;
    box-shadow: 3px 1px 4px #000;
}

.bubble {
    border-radius: 50%;
    border: 3px solid #bfcde0;
    height: 90%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    overflow: hidden;
}

.hpmask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid transparent;
}

.hp {
    height: 50%;
    background: linear-gradient(180deg, #901328, #610a37);
    position: relative;
    top: 50%;
}

.bubbleText {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95%;
    font-size: 3em;
    font-family: "Open Sans Condensed";
    color: #bfcde0;
}

.logolink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}