body{
    background-color: #403F4C;
    padding: 0;
    margin: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h1{
    color: #fffffff5;
    display: flex;
    justify-content: center;
}

h2{
    color: #fffffff5;
    display: flex;
    justify-content: center;
}

iframe{
    display: flex;
    width: 600px;
    height: 300px;
    justify-self: center;
}

nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    text-align: center;
}

nav a{
    background-color: #33373f;
    padding: 2%;
    border-radius: 10%;
    text-decoration: none;
    text-align: center;
    margin: 2px;
    color: #ffffff;
    width: 60px;
    text-align: center;
}

footer{
    color: #fffffff5;
    text-align: center;
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1b1d22;    
}

form{
    color: #fffffff5;
    width: 20%;
    margin: auto;
    position: top;
    padding: 20px;
}

#left{
    margin-left: 50%;
    margin-left: auto;
}

#right{
    margin-left: 0%;
    margin-right: auto; 
}

#both{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1%;
}

#knapper{
    background-color:  #1b1d22;
}

#start{
    color: #fffffff5;
    display: flex;
    justify-content: center;
}

img{
   grid-column: span 1;
   justify-self: center;
   width: 50%;
   height: 300px;
}

.plass{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
}

#ombunn{
    position: fixed;
}

#omtxt{
    color: #fffffff5;
    text-align: center;
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
}