* {
    box-sizing: border-box;
    padding: 0
}

*,
body {
    margin: 0
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

#root {
    height: 100vh;
    width: 100%
}

.App {
    height: 100%;
    width: 100%
}

h2 {
    font-size: 24px;
    text-align: center
}

p {
    font-size: 12px;
    font-weight: 500
}

.back {
    height: 10px;
    width: 10px
}

.about-container .back,
.back {
    cursor: pointer;
    position: fixed;
    right: 0;
    z-index: 10
}

.about-container .back {
    height: 10px;
    width: 10px
}

.about-container {
    background-color: initial;
    height: 170px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 320px
}

.about-container p {
    color: #fff;
    font-size: 12px;
    pointer-events: none
}

.about-container h2 {
    color: #00305a;
    pointer-events: none
}

.example::-webkit-scrollbar {
    display: none
}

.example {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.roadmap-container {
    background-color: initial;
    height: 270px;
    overflow-y: scroll;
    width: 700px
}

.roadmap-container p {
    font-size: 14px;
    color: #fff;
}

.roadmap-container h2 {
    color: #171724;
    font-size: 30px
}

.menu-container {
    background-color: initial;
    height: 240px;
    width: 160px
}

.menu-container span {
    color: #da0000;
    cursor: pointer;
    font-size: 14px;
    height: 240px;
    line-height: 10px;
    width: 160px
}

.menu-item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    width: 100%
}

.menu-container .back {
    height: 25px !important;
    width: 25px !important
}

.menu-item img {
    height: 50px;
    width: 50px
}

.loader {
    align-items: center;
    background-color: #ffeed3;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.loader img {
    height: 150px;
    width: 150px
}

.screen-container {
    align-items: center;
    background-color: initial;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.screen-container button {
    background-color: #25243c;
    border: none;
    border-radius: 15px;
    bottom: 100px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    font-weight: 500;
    padding: 13px 20px
}

.screen-container button,
.secrect-message {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.secrect-message {
    background-color: #25243cc5;
    border-radius: 5px;
    bottom: 50px;
    padding: 10px;
    width: 250px
}

.secrect-message p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.social-container {
    bottom: 30px;
    display: flex;
    gap: 5px;
    position: absolute;
    right: 30px;
    z-index: 20
}

.social-container img,
.social-container svg {
    color: #fff;
    cursor: pointer;
    height: 30px;
    width: 30px
}

/*# sourceMappingURL=main.97c2ee8b.css.map*/