*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: system-ui;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
  font-family: "Open Sans", sans-serif;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  font-family: "Open Sans", sans-serif;
}

#root, #__next {
  isolation: isolate;
}

ul, li {
  list-style: none;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  color: #fca311;
}

a:hover {
  text-decoration: underline;
}

textarea {
  background-color: #f6c87e;
  border-color:  #e5e5e5;
  color: #14213d;
  font-weight: bold;
}

.container {
  min-width: 1440px;
  margin: 0 auto;
  background-color: #ffff;
}

.header {
  background-color: #fca311;
  padding: 80px 120px;
  text-align: center;
}

.header h2 {
  font-size: 40px;
  font-weight: bolder;
  color: rgb(255, 255, 255);
}

.info {
  padding: 40px 140px;
}

h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fca311;
}

h5 {
  font-size: 26px;
  color: #fca311;
  margin-bottom: 10px;
}

h6 {
  font-size: 22px;
  font-weight: 600;
  color: #fca311;
  margin-bottom: 15px;
}

p {
  color: #14213d;
  font-size: 24px;
  margin-bottom: 20px;
}

.box {
  margin-bottom: 15px;
  background-color: #e5e5e5;
  border-radius: 15px;
  padding: 40px 45px;
}

.Karsilastirma {
  text-align: center;
}

.PF {
  display: flex;
  text-align: left;
}

.Postman {
  background-color: #14213d;
  color: #ffff;
  padding: 30px 40px;
  border-top-left-radius: 25px;
  font-weight: 500;
  li{
    margin-bottom: 15px;
    list-style-type: disclosure-closed;
  }
}

.Fetch {
  background-color: #fca311;
  color: black;
  padding: 30px 40px;
  border-bottom-right-radius: 25px;
  font-weight: 600;
  li{
    margin-bottom: 15px;
    list-style-type: disclosure-closed;
  }
}

img {
  border: 3px solid #fca311;
  border-radius: 10px;
  margin-bottom: 15px;
}

strong {
  color: #14213d;
}