.releasenote {
    padding: 15px 0px;
    width: 80%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bluecircle {
    width: 50px;
    height: 50px;
    top: 20px;
    left: 402.06px;
    border-radius: 100px;
    border: 5px;
    background: linear-gradient(to right, #6F44B5 0%, #3C4EA2 50%, #252768 100%);

}

.whitecircle {
    width: 54px;
    /* Adjusted to include the border width */
    height: 54px;
    /* Adjusted to include the border width */
    border: 1px solid #00000014;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.versionname {
    padding: 12px 0px;
    font-size: 18px;
    font-weight: bold;
}

.releasedate {
    font-size: 16px;
    font-weight: 400;
    color: rgba(63, 56, 68, 1);
    padding: 4px;
}

.releasenotelink {
    font-size: 16px;
    font-weight: 400;
    color: rgba(63, 56, 68, 1);
    padding-bottom: 5px;
}

.releasenotelink a {
    text-decoration: none;
    font-weight: 400;
    color: rgba(63, 56, 68, 1);
    text-decoration: underline;
    cursor: pointer;
}

.releasecenter {
    display: flex;
    justify-content: center;
    /* margin-top: 300px */
}

.Poppins {
    font-family: 'Poppins', sans-serif;
}

.footerLogo{
    column-gap: 15.4px;
    display: flex;
  }