            
			
		*{
			font-size: 1 em;
			font-family:"Times New Roman", Times, serif;
		}
		
		html{
			background-color:#ff9900
		}
			
			#wrapper {
                width: 90%;
                margin-left: auto;
                margin-right: auto;
                overflow: auto;
				background-color: #ffffff;
				box-shadow: .5em .5em;
            }
            
            #informaticslogo {
                width: 90%;
                margin-left: auto;
                margin-right: auto;
            }

            h1 {
                width: 100%;
                background-color: #888888;
				margin-right: auto;
				margin-left: auto;
				border-bottom: .10em solid #000000;
				margin-bottom: 0px;
            }
            
            header {
                text-align: center;
				background-color: #ffffff;
            }
            
           
			

            
            fieldset {
                margin-bottom: 2%;
                border: none;
            }
			
			legend{
				font-size: 1.5em;
			}
			
			p{
				margin:0px;
				
			}
            
            #part1 {
				margin-top:.1em;
               display:grid;
			   grid-template-columns: 25% 75%;
			   gap:.5em;
            }
            
            #part2 {
              
            }
            
            #longans{
				margin-top: 1em;
                display:grid;
				grid-template-columns: 25% 75%;
				gap: .5em;
            }
			
			input[type=text]:focus{
				background-color:#ff9900;
			}
			
			input[type=email]:focus{
				background-color:#ff9900;
			}
			
			input[type=phone]:focus{
				background-color:#ff9900;
			}
			
			textarea:focus{
				background-color:#ff9900;
			}
            
            input[type="submit"] {
				width: 15%;
                margin-left: .5em;
				margin-bottom: .5em;
				padding: .5%;
                font-size: 1.3em;
                background-color: #ff9900;
                color: #ffffff;
                border: 3px solid #FFFFFF;
                box-shadow: 1px 3px 3px #444444;
            }

            #rangevalue {
                width: 2em;
            }
  