body {
    background-color: rgb(45, 198, 165);
    color: white;
    font-size: 30px;
    text-align: center;
    background-image: url('../NettsideOmFolder/bilder/file\ \(3\).png');
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
    height: 100vh; 
    width: 100%; 
    margin: 0; 
    padding: 0; 
}


.hero {
    position: relative;
    height: 100vh; 
    width: 100%; 
    background-image: url('../NettsideOmFolder/bilder/file\ \(3\).png');
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
    z-index: 1; 
    overflow: hidden; 
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        rgba(45, 198, 165, 0) 0%,   
        rgba(45, 198, 165, 0.8) 80%, 
        rgba(45, 198, 165, 1) 100%  
    );
    z-index: 2; 
    pointer-events: none; 
}


.content {
    background-color: rgb(45, 198, 165); 
    color: white;
    font-size: 30px;
    text-align: center;
    padding: 50px;
    position: relative;
    z-index: 3; 
}

h1 {
    text-align: center;
    font-size: 100px;
    color: linear-gradient(135deg, #00fff7, rgb(255, 255, 255), #48c6cd);
    font-family: 'Times New Roman', Times, serif;
}

img {
    border-radius: 10px;
}


.høyrestill {
    text-align: center;
    margin: auto;
    float: right;
}

#image1{
    transition: 0.3s;
    padding-right: 20px;
    width: 400px;
    height: 350px;
}

#image1:hover{
    scale: 1.1;
}

#image2{
    transition: 0.3s;
    padding-left: 20px;
    width: 400px;
    height: 350px;
}

#image2:hover{
    scale: 1.1;
}

#image3{
    transition: 0.3s;
    width: 600px;
    height: 550px;
}

#image3:hover{
    scale: 1.1;
}

.txt1{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    background-color: rgb(45, 198, 165);
    color: rgb(255, 255, 255);
    width: 500px;
    margin: auto;
    border: 2px;
    border-color: rgb(0, 172, 172);
    border-style: solid;
    border-radius: 10px;

}

#text1{
    transition: 0.3s;
}

#text1:hover{
    scale: 1.1;
    background: linear-gradient(135deg, #00fff7, rgb(255, 255, 255), #48c6cd);
    color: black;
}

#lillafrg{
    background-color: #7b7dffd9;
}

