.icons{
  text-align: center;
}

.fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
  
.fa:hover {
  opacity: 0.7;
}
  
.fa-facebook {
  background: #3B5998;
  color: white;
}
  
.fa-twitter {
  background: #55ACEE;
  color: white;
}
  
.fa-google {
  background: #dd4b39;
  color: white;
}
  
.fa-linkedin {
  background: #007bb5;
  color: white;
}
  
.fa-youtube {
  background: #bb0000;
  color: white;
}
  
.fa-instagram {
  background: #125688;
  color: white;
}
  
.fa-rss {
  background: #ff6600;
  color: white;
}

.resim1:hover{
  scale: 1.03;
}

.resimler img{
  width: 210px;
  height: 210px;
}
.resimler img:hover{
  scale: 1.03;
}

.login{
  background-color: cyan;
  color: black;
  border-radius: 7px;
}

.menuu:hover{
  background-color: #3B5998;
  color: white;
}