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

body {
    background-image: url(https://puzzlemania-154aa.kxcdn.com/products/2024/puzzle-trefl-1000-pieces-harry-potter-deathly-hallows-1000.webp);
    color: white;
}



.overskrift {
    display: flex;
    justify-content: center;
    background-color: rgb(68, 196, 239);
    border-radius: 30px;
    font-size: 20px;
}

.undoverskrift {
    display: flex;
    justify-content: center;
    background-color: rgb(68, 196, 239);
    margin-top: 5px;
    border: 3px solid rgb(68, 196, 239);
    border-radius: 30px;
    font-size: 15px;
}

.input_div {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 5px;
}

.input_div input {
    padding: 15px;
    border: 1px solid rgb(68, 196, 239);
    border-radius:30px;
    background-color: rgb(68, 196, 239);
}
.input_div button {
    padding: 15px;
    border: 1px solid rgb(68, 196, 239);
    border-radius:30px;
    background-color: rgb(68, 196, 239);
    color: white;
    font-weight: bold;
}
.input_div input {
    padding: 10px;
    border: 1px solid rgb(20, 158, 250);
    border-radius:30px;
    margin-right: 1%;
}

.input_div input:hover {
    padding: 10px;
    border: 1px solid rgb(68, 196, 239);
    border-radius:30px;
}

.input_div input::placeholder {
    color: white;
}
.input_div input {
    color: white;
    outline: none;
}


.container2 {
    display: flex;
    justify-content: center;
    flex-direction: row;
    justify-content: space-around;
    background-color: rgba(28, 184, 236, 0.842);
    margin-right: 20%;
    margin-left: 20%;
    border-radius: 20px;
}

.info_div {
    margin-left: 20%;
}

.info_div1 {
    display: flex;
    justify-content: center;
    font-size: 20px;
    background-color: rgba(28, 129, 236, 0.927);
    border-radius: 20px;
    border: 2px solid rgba(28, 184, 236, 0.842);
}

.info_div2 {
    display: flex;
    justify-content: center;
    font-size: 20px;
    background-color: rgba(28, 129, 236, 0.927);
    border-radius: 20px;
    border: 2px solid rgba(28, 184, 236, 0.842);
}

.info_div3 {
    display: flex;
    justify-content: center;
    font-size: 20px;
    background-color: rgba(28, 129, 236, 0.927);
    border-radius: 20px;
    border: 2px solid rgba(28, 184, 236, 0.842);
}

.info_div4 {
    display: flex;
    justify-content: center;
    font-size: 20px;
    background-color: rgba(28, 129, 236, 0.927);
    border-radius: 20px;
    border: 2px solid rgba(28, 184, 236, 0.842);
}

.info_div5 {
    display: flex;
    justify-content: center;
    font-size: 20px;
    background-color: rgba(28, 129, 236, 0.927);
    border-radius: 20px;
    border: 2px solid rgba(28, 184, 236, 0.842);
}

.info_div6 {
    display: flex;
    justify-content: center;
    font-size: 20px;
    background-color: rgba(28, 129, 236, 0.927);
    border-radius: 20px;
    border: 2px solid rgba(28, 184, 236, 0.842);
}

.info_div7 {
    display: flex;
    justify-content: center;
    font-size: 20px;
    background-color: rgba(28, 129, 236, 0.927);
    border-radius: 20px;
    border: 2px solid rgba(28, 184, 236, 0.842);
}

.info_div8 {
    display: flex;
    justify-content: center;
    font-size: 20px;
    background-color: rgba(28, 129, 236, 0.927);
    border-radius: 20px;
    border: 2px solid rgba(28, 184, 236, 0.842);
}

.info_div9 {
    display: flex;
    justify-content: center;
    font-size: 20px;
    background-color: rgba(28, 129, 236, 0.927);
    border-radius: 20px;
    border: 2px solid rgba(28, 184, 236, 0.842);
}

.bilde-div{
    margin-right: 20%;
    margin-top: 3%;
}

.bilde{
    margin-right: 20%;
    margin-top: 3%;
}

#feilmelding {
    font-size: 20px;
    background-color: rgba(236, 28, 35, 0.86);
    border-radius: 20px;
    border: 10px solid rgba(209, 0, 3, 0.842);
    margin-left: 10%;
    margin-right: 10%;
}

.hidden {
    display: none;
}





