@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Raleway", sans-serif;
}

body {
  margin: 0 auto;
  padding: 0;
}
a {
  color: #a0d3d8;
}
a:hover {
  color: #efabbf;
}
div#pasek {
  height: 7px;
  background-color: #a0d3d8;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
}

div#pasek-bot {
  height: 7px;
  background-color: #efabbf;
  margin: 0 auto;
  margin-top: 22px;
}

img#logo {
  width: 400px;
  max-width: 80%;
}

.text-center {
  text-align: center;
  margin: 0 auto;
}

h1,
h2 {
  margin: 0 auto;
  padding: 0;
  font-weight: 300;
  max-width: 90%;
}

hr {
  background-image: linear-gradient(90deg, transparent, #c2c0c4, transparent);
  border: 0;
  height: 0.06em;
  opacity: 1;
  margin-top: 40px;
  margin-bottom: 30px;
  width: 1000px;
  max-width: 80%;
}
