body { background-color: #ebebeb;  background-image: linear-gradient(180deg, rgba(55, 55, 55, 1), rgba(0, 0, 0, 1));  margin:0; padding:0; text-align:center; font-family:sans-serif; height: 100%; font-size:100%; color:#ebebeb;}

h2 { padding: 0.2em;/*        ̗]  */
  color: white;
  background: #007FBD;/* w i F*/
  border-bottom: solid 2px #300000;/*    */
 font-size:110%;}

a { color:#FFFFFF;   overflow: hidden;}

#nav {
text-align:center;
  list-style: none;
  overflow: hidden;
}
 
#nav li {
 display: inline-block;
  width: 180px;
  text-align: center;
  background-color: #007FBD;
  height: 40px;
  line-height: 40px;
  margin-right: 2px;
}
 
#nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}

.sosyal {
  margin: 30px auto;
}
.twitter {
  background-color: #008DDE;
  box-shadow: 0 4px 0 #0078BD;
  
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 3px;
  padding: 12px 50px;
}
.twitter:active {
  top: 2px;
	box-shadow: 0 2px 0 #0078BD;
}
.twitter:hover {
  background-color: #1397D8;
}
.youtube {
  background-color: #CC3622;
  box-shadow: 0 4px 0 #BA2714;
  
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 12px 50px;
}
.youtube:active {
  top: 2px;
	box-shadow: 0 2px 0 #BA2714;
}
.youtube:hover {
  background-color: #D04829;
}