body{
    background-color: rgba(30,50,200,.3);
}
*{
    font-family: 'Roboto', sans-serif;
}
nav ul li{
    font-size:18px;
}
nav span{
    font-size: 18px;
}
.hizmetbolge{
    font-size: 18px;
}
.hizmetbolge ul li{
    list-style: none;
    margin:0;
    left:0;
    padding: 0;
}
.hizmetbolge li::before{
    content: "⪧ ";
}
.hizmetbolge a{
    color:darkslategray;
    text-decoration: none;
    transition: 1s;
}
.hizmetbolge a:hover{
    color: cadetblue;
    padding-left: 15px;
}
.telefon a{
    color: darkcyan;
    letter-spacing: 2px;
    text-decoration: none;
}
.buyukphone{
    font-size: 70px;
    color: royalblue;
    text-align: right;
}
.sosyal img{
    height: 200px;
}
.sosyal img{
    transform: scale(1);
    transition: 1s;
}
.sosyal img:hover{
    transform: scale(1.05);
}
footer{
    font-size: 18px;
    padding: 15px;
}
.yonlendirme a{
    text-decoration: none;
    color: #414141;
    letter-spacing: 1px;
}