*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.logo img{
    width: 8%;
    margin-top: 0%;
    margin: 0px 5px;
}

.header{
    width: 100%;
    height: 100vh;                 
    background-image: linear-gradient(rgba(5,0,136,0.5),rgba(5,0,136,0.5)),url(background.jpg);/* Chrome 10-25, Safari 5.1-6 */     
    /*background: -webkit-linear-gradient(90deg, #d94a85,#993e82,#58336f);/* Chrome 10-25, Safari 5.1-6 */                          
    /*background: linear-gradient(180deg, #d94a85,#993e82,#58336f);/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */   

    background-position: center;
    background-size: cover;
}

.panel{
    height: 15%;
    background: -webkit-linear-gradient(180deg, #191919,#161616);/* Chrome 10-25, Safari 5.1-6 */                          
    background: linear-gradient(90deg, #191919,#161616);/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ 
    filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.2));
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.credits{
    width: 100%;
    height: 10vh;    
    background: -webkit-linear-gradient(180deg, #191919,#161616);/* Chrome 10-25, Safari 5.1-6 */                                       
    background: linear-gradient(90deg, #191919,#161616);/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */  
    /*background: -webkit-linear-gradient(90deg, #d94a85,#993e82,#58336f);/* Chrome 10-25, Safari 5.1-6 */                          
    /*background: linear-gradient(180deg, #d94a85,#993e82,#58336f);/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */   

    background-position: center;
    background-size: cover;
}

.help a{
    color: white;

    left: 0;
    line-height: 200px;
    margin-top: -100px;
    position:absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    font-family:'Gotham Pro', Sans-serif, 'Poppins';
    font-style:normal;
    font-size: clamp(4vw, 1.5vw, 1rem);
    font-weight: 700;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.4));

    transition: filter 0.3s ease-in-out;
}

.text2 a{
    color: rgba(255, 255, 255, 0.555);

    left: 0;
    position:absolute;
    text-align: center;
    top: 55%;
    width: 100%;
    font-family:'Gotham Pro', Sans-serif, 'Poppins';
    font-style:normal;
    font-size: clamp(2vw, 1.5vw, 1rem);
    font-weight: 500;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.4));
    transition: color 0.3s ease-in-out;
}

.submitbutton a{
    color: rgb(255, 255, 255);

    left: 0;
    position:absolute;
    align-self: center;
    text-align: center;
    top: 72%;
    width: 100%;
    font-family:'Gotham Pro', Sans-serif, 'Poppins';
    font-style:normal;
    font-size: clamp(2vw, 1.5vw, 1rem);
    font-weight: 500;
    visibility: visible;

    background-color: rgb(26, 26, 26);
    background-clip: content-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.4));
    transition: color 0.1s ease-in-out;
}

.submitbutton form button{
    visibility: hidden;
}

.text2 a:hover{
    color: white;
}


.help a:hover{
    color: white;
    filter: drop-shadow(0px 5px 4px rgba(255, 255, 255, 0.4));
}

.submitbutton a:hover{
    color: #d8d8d8;
}

.submitbutton a:active{
    color: #2e2e2e;
}


.panel .logoheader{
    height: clamp(2rem, 4vw + 1rem, 5.5rem);
    background: -webkit-linear-gradient(90deg, #272727,#202020);/* Chrome 10-25, Safari 5.1-6 */                          
    background: linear-gradient(90deg, #272727,#202020);/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ 
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}



.panel .panel-header nav ul .Buttons form button a{
    margin: 8% 0.005%;
}

.panel .panel-header nav ul .Buttons form button a{
    margin: 8% 10px;
}


.panel .panel-header nav ul form button{
    margin: -0.2% 0px;
}

.panel .panel-header nav ul form{
    display: inline-block;
}

.panel .panel-header nav ul a{
    position: relative;
    display:inline-block;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    margin: 12% 20%;
    font-family:'Gotham Pro', Sans-serif, 'Poppins';
    font-style:normal;
    font-size: 20px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;

    visibility: visible;

    transition: color 0.1s ease-in-out;
}

.panel .panel-header nav ul a:hover{
    color: #d8d8d8;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    visibility: visible;
    transition: color 0.1s ease-in-out;
}

.panel .panel-header nav ul form button a:active{
    color: #2e2e2e;
}

.panel .panel-header nav ul button{
    visibility:hidden;
}

body::-webkit-scrollbar {
    display: none;
}

.credits nav ul a{
    color: rgba(255, 255, 255, 0.555);

    left: 0;
    position:absolute;
    text-align: center;
    margin-top: 0.6%;
    width: 100%;
    font-family:'Gotham Pro', Sans-serif, 'Poppins';
    font-style:normal;
    font-size: clamp(.50rem, 1vw, 5rem);
    font-weight: 500;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    filter: drop-shadow(0px 5px 4px rgba(0, 0, 0, 0.4));
}

.logo2 img{
    width: 8%;
    margin-top: 10%;
    margin: 0px 5px;
}

