.background-radial-gradient {
    background-color: #2d4462;
    background-image: radial-gradient(650px circle at 0% 0%,
        hsl(218, 41%, 35%) 15%,
        hsl(218, 41%, 30%) 35%,
        hsl(218, 41%, 20%) 75%,
        hsl(218, 41%, 19%) 80%,
        transparent 75%),
        radial-gradient(1250px circle at 100% 100%,
        hsl(218, 41%, 45%) 15%,
        hsl(218, 41%, 30%) 35%,
        hsl(218, 41%, 20%) 75%,
        hsl(218, 41%, 19%) 80%,
        transparent 75%);
    background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');
}

#radius-shape-1 {
    height: 220px;
    width: 220px;
    top: -60px;
    left: -130px;
    /*background: radial-gradient(#44006b, #ad1fff);*/
    background: radial-gradient(#3f5f31,#315b80);
    overflow: hidden;
}

#radius-shape-2 {
    border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
    bottom: -60px;
    right: -110px;
    width: 300px;
    height: 300px;
    background: radial-gradient(#3f5f31,#315b80);
    overflow: hidden;
}

.bg-glass {
    background-color: hsla(0, 0%, 100%, 0.7) !important;
    backdrop-filter: saturate(200%) blur(25px);
    color:#315b80;
}
.style {
    font-size: larger;
    font-weight: bold;
}
.title {
    text-align: center;
    font-size: x-large;
}