
html, body, h1, h2, h3, h4, h5, h6 {
  font-family: "Comic Sans MS", cursive, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%; 
  max-height: 100%; 
  font-family: Comic Sans MS;		/* Sans-serif; */
  line-height: 1.5em;
}

iframe {
  width: 100%;
  height: 700px;
  overflow: "scroll";
}


.w3-card{
  width: 400;
}
    
#header {
  font-family: Comic Sans MS;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;	/* 15%; */
  overflow: hidden; /* Disables scrollbars on the header frame. To enable scrollbars, change "hidden" to "scroll" */
  background: deepskyblue	/* #BCCE98; */
}

#buthead {
  top: 0;
  left: 40%;
  width: 60%;
  height: 200px;
  position: absolute; 
  padding: 10px;
  overflow: hidden;   /* Disables scrollbars on the header frame. To enable scrollbars, change "hidden" to "scroll" */
  background: #ffffff00;		/* transparent */
}

#fromhead {
  top: 0;
  left: 40%;
  width: 20%;
  height: 100px;
  position: absolute; 
  padding: 10px;
  overflow: hidden;   /* Disables scrollbars on the header frame. To enable scrollbars, change "hidden" to "scroll" */
  background: #ffffff00;		/* transparent */
}
    
#nav {
  position: absolute; 
  top: 100px;		/* 15%; */
  left: 0; 
  height: 85%;
  width: 20%;
  overflow: auto; /* Scrollbars will appear on this frame only when there's enough content to require scrolling. */
		  /* To disable scrollbars, change to "hidden", or use "scroll" to enable permanent scrollbars */
  background: lightskyblue		/* #DAE9BC; */
}
 
#logo {
  padding:10px;
}
    
main {
  position: absolute;
  top: 100px;		/* 15%; 	 Set this to the height of the header */
  left: 20%;		/* 230px; 	 set to the width of the nav */
  width: 80%;
  height: 85%;
  overflow: hidden; 
  background: #fff;
}
    
.innertube {
  margin: 15px; /* Provides padding for the content */
  overflow: hidden; 
}


#myframe{
  height: 100%;
  width: 100%;
}

