@import url('https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&display=swap');

body{
  margin: 0 auto;
  font-family: SUSE;
  background-color: rgb(1, 18, 27);
}

#top{
  background-image: url(slike/headerbg.avif);
  background-position: 2em;
  border: 2px solid transparent;
  width: 100%;
  height: 15em;
}

h1{
  margin-right: 10em;
  font-size: 35pt;
  margin-left: 17em;
  padding-top: 1em;
  color: white;
}

.img1{
  width: 10em;
  margin-top: -8em;
  transition: transform 1s ease-in-out;
}

.img1:hover{
  transform: scale(1.1);
}

.container{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  clear: both;
  width: 100%;
  height: 51.8em;
}

.pitanja{
  border: 5px solid rgb(71, 133, 255);
  color: white;
  width: 20em;
  height: 10em;
  padding: 1em;
  border-radius: 10px;
  margin-top: 5em;
  transition: transform 1s ease-in-out;
}

.pitanja:hover{
  cursor: default;
  transform: scale(1.1);
}

.pitanja2{
  border: 5px solid rgb(71, 133, 255);
  color: white;
  width: 20em;
  height: 16em;
  padding: 1em;
  border-radius: 10px;
  margin-top: 2em;
  transition: transform 1s ease-in-out;
}

.pitanja2:hover{
  cursor: default;
  transform: scale(1.1);
}

.p1{
  padding-left: 1em;
}

.a1{
  padding-left: 1em;
}

b{
  color: rgb(71, 133, 255);
}

footer{
  color: white;
  height: 13em;
  text-align: center;
  background-image: url(slike/headerbg.avif);
  padding-top: 2em;
  padding-bottom: 2em;
}

.img2{
  width: 10em;
  transition: transform 1s ease-in-out;
}

.img2:hover{
  transform: scale(1.1);
}

@media only screen and (max-width:768px){
  footer{
    margin-top: 120em;
  }

  .img1{
    margin-left: 8em;
  }
}