
#futNovostiPismo {
  display: none;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#futNovostiOkvir {
  width: 60%;
  margin: 0 auto;
  padding: 1rem 3rem;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  border-color: darkgreen;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#futNovostiEmailPolje {
  width: 15rem;
  padding: 0.5rem;
}

#futNovostiPotvrdiDugme {
  padding: 1rem;
  border-radius: 10px;
  font-size: 1rem;
  cursor: pointer;
  color: white;
  background-color: darkgreen;
}

#futer {
  width: 100%;
  margin-top: 2rem;
  font-size: 0.8rem;
  background-color: var(--bojaFuterPozadina);
  color: var(--bojaFuterOsnovna);
}

#futEkran {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#futOkvir {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

#futLevo {
  padding: 5rem;
}

#futCentar {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

#futCentar div {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

#futLogo {
  width: 7rem;
  margin: 0 auto;
}

/*============ MEDIA QUERIES (PHONES) ==============*/
@media screen and (max-width: 600px) {
  #futOkvir {
    display: flex;
  }

  .futLevoDesno {
    display: none;
  }
}