
body, html {
  height: 100%;
  margin: 0;
  background-image: url("../img/sace.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kosnica {
  height: 100%;
  font-family: 'Roboto Mono', monospace;
  text-align: justify;
}

.ram {
  height: auto;
  width: 300px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  margin-left: 15px;
}
.pozdrav {
  font-family: 'Roboto Mono', monospace;
  text-align: right;
}


.celija{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-right: 15px;
}
