@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&family=Sarpanch:wght@400;600&display=swap");
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
}
h1,
h2 {
  font-weight: bold;
}
p.indent::first-letter {
  font-size: 300%;
  font-weight: bold;
  float: left;
  text-indent: 50px;
  line-height: 95%;
  padding: 0 3px 0 0;
}
p.source, .source a{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
}
.btn-konakoglu{
    background-color: #e72027;
    color: #fff;
    font-family: "Sarpanch", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-konakoglu:hover{
    background-color: #fff;
    color: #e72027;
    font-family: "Sarpanch", sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(240, 240, 240, 0.5);
}
