body {
background-color: gray;
  margin: 0;
  padding: 0;
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}
.logo {
  width: 40px;
  height: 40px;

}
p, h1 {
  margin: 0;
  color: rgb(255, 255, 255);
}

.Glavna_stran {
  background:  rgb(0, 4, 255) 100%;
  width: 100%;
  height: 100%;
}

.gumb{
  color:rgb(150, 195, 0);
  background-color: rgb(200, 255, 0);
  width: 130px;
  height: 40px;
  border:2px solid;
  border-radius: 10px;
}

.glava{
  display: flex;
  width: 100%;
  height: 80px;
  background-color: rgba(31, 29, 29, 0.034);
  align-items: center;
  justify-content: space-between;
}



.levo {
  margin: 10px;
  margin-left: 30px;
}

.desno {
  margin: 10px;
  margin-right: 30px;
  display: flex;
  gap: 15px;
}

.vsebina {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(100% - 80px);
}

.link {
  color: rgb(200, 245, 0);
}
