html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

h3 {
  color: #fff;
}

p {
  color: #ccc;
  max-width: 600px;
  margin: 5px auto 20px auto;
}

body {
  background: url(../img/email-pattern.png);
  /* background-size: cover; */
  background-repeat: repeat;
  /* background-position: center; */
  background-attachment: fixed;
}

.main-container {
  background-color: #111;
  margin: 30px auto;
  padding: 20px;
  width: fit-content;
  text-align: center;
}

.banner-container {
  margin-bottom: 20px;
}

.bannerImage img {
  border: 0.5em solid #fff;
  width: 90%;
  height: auto;
  max-width: 500px;
}

.download-button {
  -webkit-appearance: none;
  padding: 1em;
  background-color: #54a5ea;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
}

.download-button:hover {
  cursor: pointer;
  background-color: #9dcdf7;
}

.sosyal {
  background-color: #ff9800;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 5px;
  text-align: center;
}
.sosyal h3 {
  font-size: 14px;
  margin: 3px;
  display: inline-block;
}
.twitter {
  background-color: #008dde;
  box-shadow: 0 4px 0 #0078bd;

  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 5px 20px;
}
.twitter:active {
  top: 2px;
  box-shadow: 0 2px 0 #0078bd;
}
.twitter:hover {
  background-color: #1397d8;
}
