@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");

.center {
  display: flex;
  justify-content: center;
}

* {
  font-family: "Lato", sans-serif;
}

h1 {
  user-select: none;
  border-bottom: 1px solid black;
}

button {
  user-select: none;
}

p {
  font-size: 17px;
}

img {
  width: 90%;
}

.bilde {
  width: 100%;
}

.mainPictureButton {
  margin: 10px;
  width: 10%;
  background-color: white;
  border: 0;
  font-size: 50px;
  user-select: none;
}

.mainImage {
  margin: auto;
  display: flex;
  justify-content: space-around;
}

.rgbSlider {
  display: flex;
  justify-content: space-between;
  width: 200px;
}

.rgbCode {
  display: flex;
}

.conteiner {
  width: 90%;
  margin: auto;
}

@media screen and (min-width: 1000px) {
  .conteiner {
    width: 80%;
    margin: auto;
  }
}
