* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 25px;
}
.container .logo {
  width: 200px;
  height: 200px;
}
.container .pixel {
  font-size: 24px;
  margin-bottom: 35px;
}
.container h1 {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.container .adresa {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 5px;
}
.container .adresa .ico-kuca {
  height: 30px;
  width: 30px;
}
.container .telefon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 5px;
}
.container .broj {
  display: flex;
  justify-content: space-between;
  width: 215px;
  align-items: center;
  flex-direction: row;
}
.container .ico-telefon {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

body {
  background-image: linear-gradient(180deg, hsl(202deg, 75%, 45%) 0%, hsl(200deg, 100%, 36%) 11%, hsl(202deg, 100%, 33%) 22%, hsl(204deg, 100%, 30%) 33%, hsl(206deg, 100%, 26%) 44%, hsl(208deg, 100%, 23%) 56%, hsl(211deg, 100%, 20%) 67%, hsl(215deg, 100%, 18%) 78%, hsl(219deg, 100%, 15%) 89%, hsl(0deg, 0%, 0%) 100%);
  height: 100vh;
  font-family: sans-serif;
  color: #fff;
}

footer {
  margin-top: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=style.css.map */