#continue {
    background: linear-gradient(
        to top,
        #ff9600 0%,
        #c95e00 100%
    );
    border-radius: 14px;
    box-shadow: rgb(255, 64, 0) 0px 0px 140px -20px, rgb(255, 64, 0) 0px 0px 140px -30px, rgb(255, 64, 0) 0px -5px 6px 0px inset, rgb(255, 64, 0) 0px 30px 60px -12px inset, rgb(255, 64, 0) 0px 18px 36px -18px inset;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#continue h1, #continue h2 {
    margin: 2rem;
    color: #fff;
    text-align: left;
}

#continue h2 {font-size: 1.5rem;}

#continue button {
    margin: 2rem;
    margin-top: -2rem;
    background: transparent;
    border: #fff solid 2px;
    color: #fff;
}

#continue button:hover {
    background-color: #fbff00;
    color: #000;
    border: #fbff00 solid 2px;
}

#continueFreeze {
    background: linear-gradient(
        to top,
        #00b3ff 0%,
        #0075c9 100%
    );
    border-radius: 14px;
    box-shadow: 0 0 140px rgb(0, 221, 255);
    box-shadow: rgb(0, 221, 255) 0px 0px 140px -20px, rgb(0, 221, 255) 0px 0px 140px -30px, rgb(0, 221, 255) 0px -5px 6px 0px inset, rgb(0, 221, 255) 0px 30px 60px -12px inset, rgb(0, 221, 255) 0px 18px 36px -18px inset;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#continueFreeze h1, #continueFreeze h2 {
    margin: 2rem;
    color: #fff;
    text-align: left;
}

#continueFreeze h2 {font-size: 1.5rem;}

.streakIcon {
    margin: 2rem;
    height: 15%;
    width: 15%;
    text-align: right;
    overflow: visible;
}

#continueFreeze button {
    margin: 2rem;
    margin-top: -2rem;
    background: transparent;
    border: #fff solid 2px;
    color: #fff;
}

#continueFreeze button:hover {
    background-color: #00eeff;
    color: #000;
    border: #00eeff solid 2px;
}