.baslik {
  text-align: center;
  font-family: "Roboto", sans-serif;
}

#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contackbox {
  display: flex;
justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  gap: 20px;
  margin: 100px auto ;
}

.contackbox svg {
width: 80px;
align-self: center;
padding: 50px;
}
  svg:hover [fill="#000000"] {
    fill: #FF0000 !important;
    transition: fill 0.3s;
  }

  a {
    font-family: "Roboto", sans-serif;
    color: rgb(0, 0, 0);
    text-decoration: none !important;
    border-bottom: none !important;
  }
  
  a:hover {
    color: rgb(255, 0, 0) !important; /* Fare üstündeyken olacak renk */
    transition: color 0.3s ;

  }
