* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}

body {
    background: #7c7772;
    font-family: 'Times New Roman', Times, serif;
}

.kutu1 {
    width: 30%;
    height: 150px;
    border: 2px solid #000;
    background-color: rgb(111, 55, 12);
    float: left;
    margin: 20px 0 0 50px;
    border-radius: 15%;
}

.kutu2 {
    width: 30%;
    height: 150px;
    border: 2px solid #000000;
    background-color: blue;
    float: right;
    margin: 20px 50px 0 0;
    border-radius: 15%;
}

img {
    width: 100%;
    height: 150px;
    border-radius: 15%;
}

.yazi {
    width: 100%;
    height: 30px;
    background: #ada773;
    margin: -60px 0 0 0;
    position: relative;
    z-index: 1;
    padding: 10px 0 0 0;
    color: #000000;
    font-size: 68%;
    text-align: center;
    font-weight: 600;
    
}

.icerik {
    width: 70%;
    height: 50px;
    background-color: aqua;
    margin: 20px auto 0 auto;
}

.resim {
    width: 20%;
    height: 60px;
    background-color: #000;
    float: right;
    margin: -5px 0 0 0;
}
h1{
    text-align: center;
    margin:20px 0 0 0;
    color:#000000;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.message {
  background-color: #aca672;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 90%;
  width: 400px;
  text-align: center;
}
.message h2 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 10px;
}
.message p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}
.message img {
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
  height: 400px;
}
.message button {
  background-color: #d1e77f;
  color: #000000;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}