
main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}


.box {
    background-color: #464651;
    border-color: white;
    border: solid;
    padding: 20px;
    margin-bottom: 20px;
    width: calc(33.33% - 20px);
    height: 150px;
    box-sizing: border-box;
    transition: background-color 0.3s;
    border-radius: 14px;
    align-items: center;
    text-decoration: none;
    color: white;
    margin-left: 10px;
    font-size: x-large;
    display: grid;
    

}
.mindre{
    background-color: #464651;
    border: solid #fff;
    padding: 20px;
    margin-bottom: 20px;
    width: 19%;
    height: 120px;
    box-sizing: border-box;
    transition: background-color 0.3s;
    border-radius: 14px;
    align-items: center;
    text-decoration: none;
    color: white;
    margin-left: 10px;
    font-size: x-large;
    display: grid;

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.mindre:hover {
    background-color: #fff;
    color: black;
}



.vens {
    text-align: left;
}


.box:hover {
    background-color: #fff;
    color: black;
}

.tekstboks {
    width: 44%; 
    background-color: #464651;
    border: 1px solid white;
    padding: 10px;
    margin-top: 24px;
    text-align: center;
    font-size: larger;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 24px;
    color: white;
   
   
   
}


body {
    font-family: Arial, sans-serif;
    background-color: #555050;
    margin: 0;
    padding: 0;
    overflow-x: x;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
           
}


.banner h1 {
    text-align: center;
    color: white    ;
}


a {
    text-align: center;
    text-decoration: none;
}
a h1:hover{
   color: #aaa0a0;
}


.slutt {
    position: absolute;
    bottom: 0;  
    text-align: center;
    background-color: #555050;
    border-top: solid #fff;
    font-size: 15px;
    width: 100%;
    color: white;
    padding-top: 10px;
    margin-top: 30px;   
}




.banner {
    background-color: #464651;
    color: #fff;
    text-align: center;
    padding: 10px;
   margin-bottom: 34px;
    justify-content: space-between;
    border-bottom: solid #fff;
}


.button:hover {
    background-color: #fff;
    color:#464651;
}


.buttons {
    display: flex;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
}

.button {
    display: inline-block;
    background-color: #514646;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin: 10px;
    cursor: pointer;
}


.button a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}


.dropbtn {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    margin: 10px;
    cursor: pointer;
}


.dropdown {
    position: relative;
    display: inline-block;
    color: black;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-image: linear-gradient(#514646, #465146, #464651);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 1px solid;
    border-color: white;
    border-radius: 8px;
}


.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 14px;
}


.dropdown-content a:hover {
    background-color: gray;
    color: white;
}


.dropdown:hover .dropdown-content {
    display: block;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
    font-size: 22px;
}

nav ul li a {
    text-decoration: none;
    color: black;
}
.responsive-video {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
input  {
    height: 50px; 
    width: 160px;
    margin-top: 24px;
}

    .content {
        max-width: 100%; 
        margin: 0 auto;
    }
    
   
iframe{
    aspect-ratio: 16/9;
    
    height: 60vh;
}
h1{
    text-align: center;
}
h2{
    text-align: center;
}
h3{
    padding: 10px;
}