@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Bad Comic';
    src: url('BadComic.woff2') format('woff2'),
        url('BadComic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
	margin-left: 300px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
	font-family: 'Bad Comic';
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color:lightblue;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4942a7;
  color: white;
}

.header{
	background:url("banner3.png");
    width:903px;
    height:254px;
	position: absolute;
	left:150px;
}
.frame {
  background: url('background3.jpg');
	width: 1200px;
	height: 1000px;
	margin: 0px auto;
	position: relative;
}
.outcome7{
	position:absolute;
	left:100px;
}
.next {
  position: absolute;
  color: black;
  font-family: 'Bad Comic'; 
  text-decoration: none;
  	left:1000px;
	top:570px;
  font-size: 26px;
}
#Tv{
		background: url("tv.gif");
	width: 480px;
	height: 270px;
     position: absolute;	
	top:67px;
	left:353px;	
}
