@charset "UTF-8";
/* CSS Document */
 body {
	 
		}

		.text {
			position: relative; /* Set the position to relative */
            z-index: 3; /* Set the same z-index as the section */
			top:0px;
			max-width: 800px;
			font-family:'Comic Sans MS', sans-serif;/* Set the font family */
            font-size: 14px; /* Set the font size */
            font-weight: 510;/* Set the font weight */
            color: black; /* Set the text color */
            text-align: left; /* Set the text alignment */
            line-height: 1.7; /* Set the line height */

        }
		.bold {
			position: relative; /* Set the position to relative */
            z-index: 3; /* Set the same z-index as the section */
			top:0px;
			max-width: 800px;
			font-family:'Comic Sans MS', sans-serif;/* Set the font family */
            font-size: 14px; /* Set the font size */
            font-weight: bold;/* Set the font weight */
            color: black; /* Set the text color */
            text-align: left; /* Set the text alignment */
            line-height: 1.7; /* Set the line height */

        }
		.kode {
    		position: relative; /* Set the position to relative */
   			z-index: 3; /* Set the same z-index as the section */
    		max-width: 800px;
    		font-family: 'Comic Sans MS', sans-serif;/* Set the font family */
    		font-size: 14px; /* Set the font size */
    		font-weight: 510;/* Set the font weight */
    		color: #1200F9; /* Set the text color */
    		text-align: left; /* Set the text alignment */
            line-height: 1.7; /* Set the line height */
		}
		.forklaring {
    		position: relative; /* Set the position to relative */
   			z-index: 3; /* Set the same z-index as the section */
    		max-width: 800px;
    		font-family: 'Comic Sans MS', sans-serif;/* Set the font family */
    		font-size: 14px; /* Set the font size */
    		font-weight: 510;/* Set the font weight */
    		color: #F5080C; /* Set the text color */
    		text-align: left; /* Set the text alignment */
            line-height: 1.7; /* Set the line height */
		}
		.container {
			padding: 5px;
		}
		.container2 {
			padding: 2px;
		}
		.container3 {
			background-color:#DEDEDE;
			padding: 5px;
		}
		
		.word {
			color: white;
			cursor: pointer;
		}
		.fakta {
			cursor: pointer;
			font-family:'Comic Sans MS', sans-serif;/* Set the font family */
            font-size: 18px; /* Set the font size */
            font-weight: bold;/* Set the font weight */
            color: black; /* Set the text color */

		}
		.paragraph {
			display: none;
			margin-top: 3px;
	
		}
        .exponential {
            font-size: 14px; /* Optional: Adjust the font size as needed */
			font-family:'Comic Sans MS', sans-serif;/* Set the font family */
		    font-weight: 510;/* Set the font weight */
        }

        .exponential sup {
            font-size: 10px; /* Adjust the font size for the superscript */
			font-family:'Comic Sans MS', sans-serif;/* Set the font family */
            vertical-align: super; /* Align the superscript text properly */
            font-weight: 510;/* Set the font weight */
        }
        .exponential sub {
            font-size: 10px; /* Adjust the font size for the superscript */
			font-family:'Comic Sans MS', sans-serif;/* Set the font family */
            vertical-align: sub; /* Align the superscript text properly */
            font-weight: 510;/* Set the font weight */
        }

		