/* stil.css */
/* Generelle stiler */
body {
    font-family: Arial, sans-serif;
    background-image: url("bilder/The-stars-in-the-night-skyimage-from-torange_biz-free-photobank.jpeg");
}

/* Side 1 stiler */
#container {
    text-align: center;
    padding: 50px;
}
#neb01,#neb02,#neb03,#neb04,#neb05{
    /*height: 100px;*/

}
.nebBilde {margin-bottom: 30px;}
h1 {
    color: white;
}

#start-knapp {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 20px;
    cursor: pointer;
    transition: background-color 0.5s;
}

#start-knapp:hover {
    background-color: #45a049;
}
