body{
    text-align: center;
    background-color: lightgray;
    font-family: Arial, Helvetica, sans-serif;
}
div#əsas{
    width: 400px;
    height: 700px;
    border: 2px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    
}
div#ikinci{
    background: rgb(211, 211, 211);
    width: 240px;
    border-radius: 5%;
    
}
div#əsas img{
    border-radius: 50%;
    border: 3px solid blue;
}
button{
    background-color: lime;
    width: 100px;
    height: 40px;
}
p{
    color: gray ;
}
li{
    text-decoration: none;
}
.viki{
    color: black;
    text-decoration: none;
}
.viki:hover{
    color: rgb(51, 51, 51);
    transition: 0.3s;
}body{
    text-align: center;
    background-color: lightgray;
    font-family: Arial, Helvetica, sans-serif;
}
div#əsas{
    width: 400px;
    height: 700px;
    border: 2px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    
}
div#ikinci{
    background: rgb(211, 211, 211);
    width: 240px;
    border-radius: 5%;
    
}
div#əsas img{
    border-radius: 50%;
    border: 3px solid blue;
}
button{
    background-color: lime;
    width: 100px;
    height: 40px;
}
p{
    color: gray ;
}
li{
    text-decoration: none;
}
.viki{
    color: black;
    text-decoration: none;
    display: block;
    font-size: xx-large;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
}
.viki:hover{
    color: rgb(51, 51, 51);
    transition: 0.3s;
}
.datas{
    padding: 30px;
    font-size: 30px;
      margin-top: 75px;
}
.credit{
    font-size: 40px;
    margin: 60px;
    font-family: Arial, Helvetica, sans-serif;
  
}
.Creator{
    margin: 60px;
    font-size: 34px;
}
.gerb{
    width: 25px;
    height: 25px;
    /*Burada yazdığım kod işə yaramadı,internal olaraq yazdım */
}
.tehsil{
    margin: 45px;
    color: black;
    text-decoration: none;
    display: block;
    font-size: xx-large;
    font-style: italic;
   font-family: 'Times New Roman', Times, serif;
}
.tehsil:hover{
    color: rgb(51, 51, 51);
    transition: 0.3s;
}
