* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: white;
  font-family: Arial;
  padding: 20px;
}

.nupp-p,
.nupp-m {
  width: 190px;
  height: 50px;
  cursor: pointer;
  vertical-align: middle;
  position: absolute;
  left: 100px;
}

.nupp-m {
  margin-top: 10px;
}

.nupp-p {
  margin-bottom: 10px;
}

.nupp-k {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 10px;
}

#par-nupp {
  font-size: 1.5em;
  position: relative;
  left: 82px;
}

.roheline {
  filter: invert(44%) sepia(64%) saturate(2967%) hue-rotate(90deg)
    brightness(111%) contrast(110%);
}

.punane {
  filter: invert(16%) sepia(80%) saturate(6171%) hue-rotate(360deg)
    brightness(110%) contrast(124%);
}
