body {
    font-family: sans-serif;
    margin: 0;
    cursor: default;
    text-align: left;
    background-color: black;
    color: white;
    font-weight: bold;
}

::-moz-selection { 
  color: yellow;
  background: red;
}

::selection {
  color: yellow;
  background: red;
}

a{
    color: white;
    text-decoration: none;
    cursor:default;
}

.dropbtn {
  background-color: black;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  float: right;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 50px;
  border: 5px solid #ddd;
  border-radius: 15px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

#iadd{
  border-radius: 18px;
}

#iadd:hover{
    text-decoration:underline 5px solid black;
}

.dropbtn{
    background-color:white;
    color:black;
}

#navbar{
  display: block;
  background-color: white;
  width: 100%;
  box-shadow: 5px 5px 5px black;
  position: fixed;
  transition: 0.5s;
  margin-top:-8px ;
  z-index: 4;
}


.borderId{
  transition: 0.5s;
background-image: linear-gradient(45deg, yellow, gold, orange);
border:none;
color: transparent;
padding: 20px;
-webkit-background-clip: text;
background-clip: text;
border-radius: 25px;
font-size: 2.5rem;
}

.borderId img {
  margin-left: 5px;
}

.borderId:hover{
color: white;
-webkit-background-clip: content-box;
background-clip: content-box;
background-image: linear-gradient(45deg, yellow, gold, orange);
margin: -5px;
}

.borderId a:hover{
  text-decoration: underline 3px;
}

.borderId p{
display: inline;
}

html {
  scroll-behavior: smooth;
}

#codeBtn, #iadd, #homeBtn{
  margin: 0;
}

.dropbtn{
  text-decoration: none;
}

.dropbtn:hover {
  text-decoration: underline 3px white;
}

#playPause{
  background-color: black;
  border: 3px solid white;
  color: white;
}
#playVid{
  background-color: black;
  border: 3px solid white;
  color: white;
}

.borderId {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
 }
 
 .borderId.visible {
  opacity: 1;
 }
 
 #mainContent{
	 margin:8px;
	 text-align:center;
 }

#LastestNews a{
  transition: 0.5s;
background-image: linear-gradient(45deg, yellow, gold, orange);
border:none;
color: transparent;
padding: 5px;
-webkit-background-clip: text;
background-clip: text;
border-radius: 25px;
font-size: 2.5rem;
}

#LastestNews a:hover{
color: white;
-webkit-background-clip: content-box;
background-clip: content-box;
background-image: linear-gradient(45deg, yellow, gold, orange);
padding: 5px;
}

#topEffect{
  z-index: 3;
  background-color: darkblue;
  position: absolute;
  color: white;
  border-radius: 50%;
  height: 575px;
  width: 575px;
  margin-top: -25%;
  margin-left: -5%;
  display: none;
  text-align:left;
}

#topEffect h1, #topEffect h2, #topEffect h3, #topEffect h4, #topEffect h5, #topEffect h6, #topEffect pre, #topEffect a{
  margin-left: 12%;
  margin-top: 35%;
}

#topEffect a{
    transition: 0.5s;
background-image: linear-gradient(45deg, yellow, gold, orange);
border:none;
color: transparent;
padding: 5px;
-webkit-background-clip: text;
background-clip: text;
border-radius: 25px;
font-size: 2.5rem;
margin-left: 15%;
margin-top: -45px;
position: absolute;
}

#topEffect a:hover{
  color: white;
-webkit-background-clip: content-box;
background-clip: content-box;
background-image: linear-gradient(45deg, yellow, gold, orange);
padding: 5px;
}

        #playpauseContainer{
            display: flex;
            float: right;
            align-items: right;
            text-align: right;
            justify-content: right;
        }

        #mainProjectsToggle{
    transition: 0.5s;
background-color:rgba(246, 255, 161, 0.5);
color:blue;
border:5px solid blue;
border-radius:5px;
text-decoration: none;
padding:10px;
margin-left:15%;
        }

#mainProjectsToggle:hover{
background-color:darkblue;
}
