body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:1.5;
    padding: 10px;;
    margin: 10px;;    
    background-color:#cef3ee}



/* header **/
header {
    background: #071d50;
    color: #ffffff;
    padding-top: 30px;
    min-height: 350px;
    border-bottom: #0d1c64 3px solid;
}

    header a {
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
    }

    header h1 {
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1.5rem;
        display: inline;
        text-align: center;
    }

    header h2 {
        color: #000000;
        text-decoration: none;        
        font-size: 1.7rem;
        text-align: center;
    }

    header li {
        float: left;
        display: inline;
        padding: 0 20px 0 20px;
    }

    header #branding {
        float: left;
    }

    header #branding {
        margin: 0;
    }


    header nav {
        float: right;
        margin-top: 20px;
    }

    header .highlight, header .current a {
        color: #235815;
        font-weight: bold;
    }

    header a:hover {
        color: #b90909;
        font-weight: bold;
    }





    #branding {
        margin-left: 50px;
        margin-top: 20px;
        text-align: centre;
        
    }


    #nou {
        margin-left: 50px;
        text-align: centre;
        
    }


    .opskrif {
        text-align: center;
    }

    .button {
        display: inline-block;
        border-radius: 4px;
        background-color: #a11414;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 15px;
        padding: 20px;
        width: 350px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
      }

      .hoe {
        margin-left: 50px;
        margin-top: 20px;
        text-align: centre;
        
    }

    /* Center child elements */
.counter,
.website-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


/* Styles for website counter container */
.website-counter {
  background-color: #ff4957;
  height: 50px;
  width: 80px;
  color: white;
  border-radius: 30px;
  font-weight: 700;
  font-size: 25px;
  margin-top: 10px;
}

/* Styles for reset button */
#reset {
  margin-top: 20px;
  background-color: #008cba;
  cursor: pointer;
  font-size: 18px;
  padding: 8px 20px;
  color: white;
  border: 0;
}