/* For Fonts */

/* Main StyleSheet*/
body {
  background-color: black;
  color: white;
  font-size: 15pt;
  Font-Family: verdana;
  margin: 0px;
}

video {
  width: 100%;
}

img {
  width: 100%;
  margin: 0px;
}

a {
  text-decoration: none;
}

button {
  border: none;
  border-radius: 3px;
  height: 7vh;
  width: 99%;
}
/*
.  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
*/

.socialMedia button,
.codingAccount button,
.othersStuff button,
.recommended button {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  font-weight: bold;
  box-shadow: 2px 3px 5px #A3A3A3;
}

footer {
  background-color: #FFFFFF;
}
