﻿.SplashScreenText {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    align-items: center;
    letter-spacing: 0.02em;
    color: #E6FFF0;
    align-self: center;
    text-align: center;
}
.SplashScreenNumericText {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #E6FFF0;
}
div.SplashScreenBg {
    background: rgba(30, 39, 22, 0.4);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    width:428px;
    height:100%;
}
div.SplashScreen {
    width: 400px;
    height: 420px;
    border-radius: 48px;
    margin: 0 auto;

}