body {
	background-image: url("cyber.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
h1 {
	font-family: Batang;
	color: #FF9900;
	text-align: center;
}
.CSSChoices{
	color: #FF9900;
}
a {
	color: #FF9900;
}

.happening {
	width: 50px;
	height: 50px;
	margin-left: 650px;
}


/* Dropdown Button */
.dropbtn {
    background-color: #FF9900;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content*/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #FF9900}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #000000;
}
.goodadvice {
	margin-left: 200px;
}