@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}



#top-bar{
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    display:flex;
    align-items:center;
    padding-top:10px;
    padding-left:50px;
    padding-right:200px;
    z-index:100;
}

#top-logo{
    height: 95px;
    width: 95px;
    margin-left:30px;
    margin-top:10px;
    margin-bottom:10px;
    margin-right:50px;
}

#top-interactables{
    color:black;
    display:flex;
    font-size:20px;
    margin-left:100px;
    flex-grow:1;
    justify-content:space-between;
}

.vcenter-fstretch{
    margin-top: 6%;
}
#headertext{
    font-size:40px;
    font-weight:700;
}

#register-button{
    border-radius: 50px;
    border: none;
    width: 20%;
    height:14%;
    padding: 1.7%;
    margin-left: 6%;
    font-size:22px;
    font-weight:700;
    color:white;
    background: rgb(114,183,230);
    text-align:center;
    background: linear-gradient(90deg, rgba(114,183,230,1) 0%, rgba(150,224,211,1) 100%);
    margin-top: 4%;
}

#earth{
    transform: scaleX(-1);
    margin-top:-280px;
    margin-right:-30px;
    width:503.2px;
    height:753.6px;
}

.toplinka{
    text-decoration:none;
    color:black;
    position: relative;
    background: linear-gradient(#3D5DAF 0 0) no-repeat calc(200% - var(--p,0%)) 100% / 200% var(--p,.08em);
    transition: .2s var(--t,0s), background-position .1s calc(.3s - var(--t,0s));
}

.toplinka:hover{
    --p: 100%;
    --t: .3s;
    color: #fff;
}

.toplinka_{
    font-weight: 700;
    text-decoration:none;
    color:black;
    position: relative;
    background: linear-gradient(#3D5DAF 0 0) no-repeat calc(200% - var(--p,0%)) 100% / 200% var(--p,.08em);
    transition: .2s var(--t,0s), background-position .1s calc(.3s - var(--t,0s));
}

.toplinka_:hover{
    --p: 100%;
    --t: .3s;
    color: #fff;
}


.divider{
    background-color: #3D5DAF;
    height:20px;
    left:0px;
    right:0px;
    position:relative;
}

.link,.link:visited,.link:active{
    font-size:20px;
    color:white;
    text-decoration: none;
    font-weight:300;
    margin:0px 0px 0px 0px;
}

.link:hover{
    text-decoration: underline;
}

#linkwrap{
    margin:0;
    line-height: normal;
}

#link2,#link2:visited,#link2:active{
    font-size:18px;
    color:white;
    text-decoration: none;
    font-weight:300;

}

#link2:hover{
    text-decoration: underline;
}

#main {
    background-color: white;
    color: black;
    padding: 5vw;
    border-radius: 10px;
    width: min(100%, 50rem);
    margin-top: 50px;
    margin-left: 100px;
    font-size: 23px;
}

#register-link{
    font-weight: 600;
}

.stretch-flex{
    display: flex;
    align-items: center;
}

.text-input {
    border: solid 1px white;
    border-radius: 25px;
    background-color: white;
    padding: 10px;
    width: 87%;
    margin-left: 6%;
    margin-top: 5%;
    color: black;
}

.text-input input {
    background-color: inherit;
    box-sizing: border-box;
    border: none;
    padding: 3.5px;
    width: 100%;
    font-size: 22px;
}

#show-text{
    color: rgb(115, 115, 115);
    margin-right: 2%;
}

#main h1 {
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 1vh 0;
}

#verification {
    background-color: #1f1f1f;
    padding: 5vw;
    border-radius: 10px;
    height: 100%;
    width: min(100%, 50rem);
}

#error-box {
    color: #FBA190;
    font-weight: 600;
}

#success-box {
    color: #BEFB90;
    font-weight: 600;
}

#box-wrapper{
    color: black;
    align-items: center;
    position: relative;
    text-align: left;
    border-radius: 30px;
    background-color: rgb(217, 238, 253);
    width: 650px;
    margin-top: 2%;
    padding-bottom: 38px;
    padding-top: 1px;
}