* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: 'Nunito';
}

html {
    background-color: rgb(26, 26, 34);
}

body {
    margin-top: 9vw;
    min-height: 300vh;
    overflow-x: hidden;
    scroll-behavior: smooth;
    height: fit-content;
    background: linear-gradient(171.86deg, #1D2DCA -10.06%, rgba(0, 10, 106, 0) 109.67%);
}

.loadingPage {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: rgb(6, 0, 48);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 700ms;
}

.lotitle {
    font-size: 26px;
    color: white;
}

.imgloadlogo {
    width: 120px;
    height: 120px;
}

.header1 {
    width: 100vw;
    position: fixed;
    top: 0;
    height: 5vw;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 20px;
    background-color: #06283D;
    z-index: 1000;
}

.header2 {
    left: 0;
    z-index: 1000;
    width: 100vw;
    position: fixed;
    top: 5vw;
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 20px;
    background-color: #e3ecf1;
}

.headlogo {
    width: 3vw;
    height: 3vw;
}

.headnumber {
    height: 3vw;
}

.headname {
    color: var(--i);
    margin: 15px;
    font-size: 1.7vw;
}

#mainscreen {
    width: 100vw;
    display: flex;
    align-items: center;
    height: 50vw;
    position: relative;
}

#mainscreen2 {
    width: 100vw;
    height: 20vw;
    overflow-x: auto;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10vw;
    gap: 1vw;
    padding: 1vw;
    background: linear-gradient(86.1deg, #171E64 58.54%, rgba(255, 255, 255, 0.692) 143.26%);
}

.box {
    min-width: 20vw;
    height: 16vw;
    border-radius: 1vw;
    background-color: blueviolet;
}

.logovisual {
    position: absolute;
    top: 7vw;
    right: 10vw;
    width: 30vw;
}

.welcum {
    font-family: 'Poppins', sans-serif;
    color: transparent;
    font-size: 5vw;
    position: absolute;
    top: 7vw;
    left: 10vw;
    -webkit-text-stroke: #e3ecf1 0.3vw;
}

.welcum2 {
    font-family: 'Poppins', sans-serif;
    color: #e3ecf1;
    font-size: 2vw;
    width: 40vw;
    position: absolute;
    top: 20vw;
    left: 10vw;
}

#dumpa {
    color: white;
    font-size: 2vw;
    margin: 2vw;
}

.mainscreen2::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar {
    width: 1vw;
    display: none;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: rgb(216, 216, 216);
    border-radius: 1vw;
    border: 1px solid black;
}


/* Handle */

::-webkit-scrollbar-thumb {
    border: 1px solid black;
    background: #888;
    border-radius: 1vw;
}