.body {
height: 100vh;
background-color:  hsl(47, 88%, 63%);
justify-content: center;
display: flex;
align-items: center;
}

.div1 {
      width: 500px;
      height: 600px;
      background-color: white;
      border: solid;
      padding: 1rem;
      border-radius: 1rem;
      box-shadow: 10px 10px 0px black;
      border: 1px solid black;
      display: flex;
      flex-direction: column;


}
.div1 h2:first-of-type {
    display: inline-block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    margin-left: 17px;
    margin-top: 23px;
    background-color:  hsl(47, 88%, 63%);
    font-size: 1rem;
    padding: 5px 10px;
    border-radius: 3px;
    width: fit-content;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}

.div2 {
     
      height: 283px;
      border-radius: 1rem;
      display: flex;
      justify-content: center;
      width: 100%;
     
}

.div2 img:first-of-type{
    width: 466px;
    height: 283px;
    object-fit: cover; /* resmin orantılı bir şekilde kesilmesini sağlar */
    border-radius: 1rem; /* img'nin köşelerini oval yapar */
    margin-top: 18px;
    margin-left: 18px;
    

}
.grey {
    color: gray;
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-left: 18px;
    margin-top: 0px;

}
.found {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-left: 18px;
    margin-top: 0px;
    width: 100%;
    height: 100%;
}
a {
    text-decoration: none;
}

.found:hover {
    color:hsl(47, 88%, 63%);
  
}

.date {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-left: 18px;
    margin-top: 0px;

}

.div1 img {
      width: 64px;
      height: 69px;
      display: inline;
      margin-left: 18px;
      margin-right: 15px;
      margin-top: 4px;
      
 }

.name {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-left: 0px;
    margin-top: 18px;
    font-size: 20px;
    display: flex;
    align-items: center; /* Yazıyı ortalar */
    justify-content: flex-start;
}