html {
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-color:black;
	background-position:center;
	background-attachment:fixed;
	height:100%;
	width:100%;
	}
body {
    height:100%;
    }
/* Hide scrollbar in webpage for Chrome, Safari and Opera */
html::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar in webpage for IE, Edge and Firefox */
html {
  -ms-overflow-style: none;  /* IE and Edge */
  -scrollbar-width: none;  /* Firefox */
}
.Page_Header {
	text-align:left;
	color:white;
	position:relative;
	width:300px;
	}
h3 {
	color:aquamarine;
	text-align:center;
	}
h4 {
	color:white
	}
a {
	color:white
	}
a:hover {
	color:#FF55FF;
	}
a:active {
	color:#55FFFF;
	}
p {
  border-bottom:3px;
  border-bottom-style:double;
  border-bottom-color:LightGray;
    }
.searchbox {
	padding:5px;
    }
.dynamicbackground {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: black;
	background-attachment: fixed;
	}
.main_link_section {
	position:relative;
	font-family:arial;
	font-size:15px;
	height:50px;
	}
.main_links {
	display:inline-block;
	height:25px;
	text-align:center;
	font-family:arial;
	font-size:20px;
	padding:5px;
	border-radius:30px;
	background-color:black;
	opacity:0.7;
	}
.biography {
	font-family:arial;
	font-size:15px;
	margin-left:auto;
	margin-right:auto;
	background-color:black;
	opacity:0.7;
	}
.Link_Section_Main_Body {
    display: flex;
	border-radius:30px;
	background-color:black;
	opacity:0.7;
	text-align:left;
	height:650px;
	}
.Link_Section {
    margin:20px;
    padding:10px;
    width:25%;
	text-align:left;
	font-family:arial;
	font-size:18px;
	vertical-align:top;
    color:white;
	overflow-y: auto; /* Add the ability to scroll */
	border:double;
	}
/* Hide scrollbar in link grid for Chrome, Safari and Opera ('none' to hide, 'auto' to show). */
.Link_Section::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar in link grid for IE, Edge and Firefox ('none' to hide, 'auto' to show); scrollbar width can be 'auto' or 'thin'. */
.Link_Section {
  -ms-overflow-style: none;  /* IE and Edge */
  -scrollbar-width: thin;  /* Firefox */
}
.dropdown {
    position:fixed;
    top:25px;
    right:135px;
    font-size:20px;
    font-family:arial;
    background-color:black;
    border-radius:30px;
    z-index: 1;
}
.dropbtn {
    font-size:20px;
    font-family:arial;
    color:white;
    background-color:black;
    border-radius:30px;
    padding:10px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    z-index: 1;
    font-size:15px;
    border-radius:30px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius:30px;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {color:#FF55FF;}

.countdown {
    display: flex;
    background-color: #ffffff;
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.time-unit {
    text-align: center;
}

.time-unit span {
    font-size: 2.5em;
    color: #333333;
}

.time-unit label {
    display: block;
    font-size: 0.8em;
    color: #666666;
}

