﻿/*yazar.css*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Noto+Serif+Sinhala&family=Playball&display=swap');
body {
}
.yazar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 250px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    margin-top: 30px;
    float: right;
}
.resimlerim {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width:70px;
    border: 2px solid gold;
   border-radius:50px;
   margin-right:10px;
   overflow:hidden;
   z-index:1;
}
.isimlerim {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 150px;
    border: 1px solid lightgray;
    border-radius: 50px;
}
.rgt{
    width:100%;
    float:right;
}
.yazaraf {
    font-family: 'Berkshire Swash', cursive;
    color: black;
    text-decoration: none;
}