
@font-face {
   font-family: Cezeri;
   src: url(Omer-Sphere.woff);
}

body {
  font-family: sans-serif;  
  max-width: 96ch;
  margin: 0 auto;
  padding: 0.6rem;
  background: #18233c;
  color:  #ccd1e0;
  line-height: 1.5;
}
p {
  font-family: Cezeri; 
}
h1 { 
  color: #FAF5D8;
  font-size: 4rem;
  font-family: serif;
  font-style: italic;
  font-weight: 500;
  margin: 0;
  font-variant: small-caps;
}
.details{
  margin: 1rem auto;
  padding: 1rem;
  border: #89CFF0;
  border-radius: 10px;
  background-color: #2a3f5a;
  max-width: 32ch;
  transition: background-color 0.5s ease-out;
}
.details:hover{
  background-color: #133158;
}
summary {
  cursor: pointer;
}
h3{
  color: #FAF3DE;
}
h4 {
  color: #C1C1C1;
}

.mastorenk {
  color: #ffed00;
}

.siterenk {
  color: #87CEFA;
}
.bionrenk {
  color: #5CF79F;
}
.mailrenk {
  color: #C1C1C1;
}
img {
  max-width: 100%;
  display: block;
}

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.resim {
  transition: transform .4s, box-shadow .4s;
  background-color: #141d33;
  border-radius: 8px;
  cursor: zoom-in;
}

.resim img {
  border-radius: 12px;
}
.resim:hover {
  transform: scale(1.1);
  box-shadow: 10px 5px 5px #10182c;
}
footer {
  font-size: smaller;
  text-align: center;
}

@media(min-width:900px) {
 .resim {
   width: 48%;
 }
 .resim:hover{
   transform: scale(1.2);
}
}
{
  column-count: 4;
  column-gap: 4px;
  max-width: 196ch !important;
}

footer {
  font-size: smaller;
  text-align: center;
}
