#overskrift {
    color: blue;
}



body {
    text-align: center;
    background-size: cover; /* Make the background cover the entire page */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0px 0.93px 7.46px 0px rgba(255, 255, 255, 0.35),
    0px 22.37px 27.97px 0px rgba(0, 0, 0, 0.05),
    inset -0.93px 0.93px 0.93px -1.86px rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(100.71px);
}


main {
    margin: auto;
    max-width: 1200px;
}


.surmoi {
    background-color: white;
    font-size: 500%;
    width: 600px;
    margin: auto;
    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 {
    width: auto;
    height: 400px;
    transition: transform 0.5s ease-in-out;
}










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;
}



ul {
    text-align: center;
    display: inline-flex;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    column-gap: 10px;
}


.headbutton a {
    text-align: center;
    text-decoration: none;
    color: #000000;
    font-size: 120%;
    padding: 10px 20px;
    border: 1px solid transparent;
}

.headbutton a:hover {
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    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;
    margin-left: 5px;
    border: 1px solid transparent;
}

.headbutton:hover {
    background-color: #000000;
    color: #ffffff;
    border-radius: 8px;
    padding: 10px;
}





.words-less {
    font-size: 45px;
}

.p-words {
    font-size: 50px;
}

.button-belop {
    border-radius: 8px;
    margin-top: 10px;
    text-decoration: none;
    color: #000000;
    font-size: 100%;
    padding: 10px;
    border: 1px solid transparent;
    transition: all ease-in-out;
}

.button-belop:hover {
    background-color: #000000;
    color: #ffffff;
    transition: all ease-in-out;
    border-radius: 8px;
    padding: 10px;
}

form {
    margin-top: 20px;
}

.input-words {
    text-align: center;
    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);
}

#image-container {
    width: 800px;
    height: 800px;
    overflow: hidden;
    position: relative;
    border: 2px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.image-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}



.image-slide.active {
    opacity: 1;
}

#utskrifttekst {
    margin: auto;
    margin-top: 20px;
    width: 150px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    color: #8d8d8d;
    font-size: 110%;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #8d8d8d;
}