﻿body {
}

.asil {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 600px;
    height: 100%;
    border: 2px solid black;
    background-color: aliceblue;
    margin-top: 5px;
    border-radius: 20px;
}

.yazarresim {
    border-radius: 100%;
}

.asilalt {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 205px;
    height: 700px;
    background-color: aliceblue;
    margin-top: 5px;
}
