body {
    color: #126ac4;
    background: #000000;
}

h1 {
    color : #126ac4;
}
header {
    border: 100px;
    border-color: white;
}
#firstpage {
    display: flex;
    padding: 20px;
    background: linear-gradient(to top, #3e4e71, #003dc7);
}
#secondpage {
    display: flex;
    background: linear-gradient(to top, #3a3b41, #3e4e71);
}
#thirdpage {
    display: flex;
     background: linear-gradient(to top, #0e0e0e, #3a3b41);
}
#fourthpage {
    display: flex;
     background: linear-gradient(to top, #000000, #0e0e0e);
}



#maineiq1{
    left: 30%;
    padding: 30px;
    position: relative;
}
#maineiq2{
    left: 10%;
    padding: 30px;
    position: relative;
}

#maineiq3{
    left: 10%;
    padding: 30px;
    position: relative;
}
#maineiq4{
    left: 10%;
    padding: 30px;
    position: relative;
}
#maineiq5{
    left: 10%;
    padding: 30px;
    position: relative;
}
#maineiq6{
    left: 80%;
    padding: 30px;
    position: relative;
}



#logo {
    margin-left: auto;
    width: 100px;
    height: 50px;
    
    /* Pulls the graphic completely from CSS */
    background-image: url('E-IQ logo.PNG'); 
  
    /* Prevents the image from repeating like wallpaper */
    background-repeat: no-repeat; 
  
    /* Resizes the graphic to perfectly fill the space */
    background-size: cover; 
  
    /* Centers the image graphic inside the division */
    background-position: right;
}

.tab-btn {
    background: none;
    color: white;
    border-color: blue;
    padding: 5px;
}





#fixed-watermark {
    background: none;
    border: none;
    color: white;
    position: fixed;
    bottom: 20px;          /* Distance from the bottom of the screen */
    left: 35%;           /* Distance from the let edge of the screen */
    z-index: 9999;         /* Keeps it on top of all other page elements */
    opacity: 0.9;          /* Makes it semi-transparent so it's subtle */
    
    /* Optional styling to make it look clean */
    font-family: Arial, sans-serif;
    font-size: 28px;
    user-select: none;     /* Prevents users from accidentally highlighting the text */
}