



body {
    text-align: center;
    transition: 1s;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    background-image: url(https://www.emptyspace.photo/assets/images/dot-grid.svg);
    background-repeat: repeat;
}


main {
    margin: auto;
    max-width: 1200px;
}


.surmoi {
    background-color: white;
    font-size: 500%;
    text-align: center;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}





.Bonjour:hover {
    color: #0000EE;
    transition: all 0.5s ease-in-out;
}

p:hover {
    color: #0000EE;
    transition: 0.5s;
}




img {
    border-radius: 30px;
    width: 500px;
    height: auto;
    transition: 0.5s ease-in-out;
}

img:hover {
    border-radius: 30px;
    opacity: 0.9;
    transform: scale(1.05); /* Image zoom on hover */
}











div.foto-port {
    padding: 10%;
    background-color: transparent;
    gap: 10%;
}


.beskrivelse {
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 350%;
}

.first {
    padding: 1px;
    margin-bottom: 0%;
    background-color: white;
    max-width: 400px;
}


.second {
    padding: 1px;
    background-color: white;
    font-size: 50%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0%;
    max-width: 400px;
}









header {
    padding: 60px;
    text-align: center;
    background-color: #ffffff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 0px;
}


nav {
    text-align: center;
}

ul {
    display: inline-flex;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    column-gap: 10px;
}


.headbutton a {
    text-decoration: none;
    color: #000000;
    font-size: 120%;
    padding: 10px 20px;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}

.headbutton a:hover {
    background-color: #000000;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
    border-radius: 8px;
    padding: 10px;
}

.styled-letter:hover {
    background-color: #000000;
    color: #ffffff;
    border-radius: 8px;
    padding: 10px;
}

.headbutton {
    background-color: white;
    text-decoration: none;
    color: #000000;
    font-size: 120%;
    padding: 10px 20px;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}

.headbutton:hover {
    background-color: #000000;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
    border-radius: 8px;
    padding: 10px;
}






.headbutton {
    background-color: white;
    text-decoration: none;
    color: #000000;
    font-size: 120%;
    padding: 10px 20px;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}

.headbutton:hover {
    background-color: #000000;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
    border-radius: 8px;
    padding: 10px;
}


.words-less {
    font-size: 45px;
}

.p-words {
    font-size: 50px;
}

.button-belop {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: white;
    text-decoration: none;
    color: #000000;
    font-size: 40%;
    padding: 10px;
    transition: all ease-in-out;
    margin-bottom: 30px;
}

.button-belop:hover {
    background-color: #000000;
    color: #ffffff;
    transition: all ease-in-out;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 30px;
}

.input-words {
    font-size: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-top: 0px;
    padding: 16px;
    padding-left: 12px;
    height: 30px;
    color: rgb(117, 117, 117);
}

label {
    float: inline-start;
}

input {
    margin-bottom: 50px;
}

#utskrift {
    font-size: 40px
}

#kroner {
    margin: 0;
}