h1 {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;

    /* top: 50%; 
    right: 50%; */
    /* transform: translate(50%,-50%); */
    text-transform: uppercase;
    font-family: verdana;
    font-size: 50px;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
        1px 6px 1px #919191,
        1px 7px 1px #919191,
        1px 8px 1px #919191,
        1px 9px 1px #919191,
        1px 10px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
  }

body {
    background-color: rgb(0, 69, 97);
    
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

.knapp{
  background-color: rgb(122, 28, 28);
  color: #ffffff;
  font-size: 30px;
  justify-self: auto;
}

.plassering{
  padding: 20px;
  text-align: center;
}

.text{
  font-size: 20px;
  color: #ffffff;
  /* background-color: black; */
  margin-left: 35%;
    margin-right: 35%;
}