h1 {
    color: rgb(51, 102, 255);
    text-align: center;
    text-shadow: 1px 1px 30px rgb(249,210,210);
    
}
h2 {
    color: rgb(249, 210, 210);
    text-align: center;
    text-shadow: 1px 1px 30px rgb(51,102,255);

}
body{
    background-color: rgb(140, 255, 211);
    margin: auto;
    width: 800px;
    text-align: justify;
}
header{
  
    padding: 10px 30px;
}
footer{
   
    padding: 10px;
}
nav {
    text-align: center;
    padding:10px;
  
}
.knapp{
    color: rgb(51, 102, 255);
    padding: 3px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 19px;
    background-color: rgba(100, 100, 100, 0.25);
   
 }

.head{
    color:white;
    text-decoration: none;
}
body{
    background-image: url(internet9.jpg);
}
.text{
    color: black;
    margin: auto;
    background-color: rgba(249,210,210, 0.9);
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
    font-size: 17px;

}
.active{
    color: rgb(249, 210,210);
    padding: 3px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 19px;
    background-color: rgba(100, 100, 100, 0.25);
    border-left:  1px solid  pink;
    border-right: 1px solid  pink;
    border-top:  1px solid  pink;
    border-bottom:  1px solid  pink;
}
.texten{
    text-align: center;
    margin:auto;
}
.div{
    margin:auto;
    display:flex;
}
div a{
    color:rgb(249,210,210);
    text-decoration: none;
}
.left{
    width:50%;
    padding-top: 20px;
    text-align: center;
}
.right{
    width:50%;
    padding-top: 20px;
    text-align: center;
}
.footer{
   
    padding: 10px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    color: rgb(249,210,210);
    text-shadow: 1px 1px 30px rgb(51,102,255);
    font-size: 18px;
 
}
.ja{
    font-size: 18px;
}

.knapp:hover{
color:rgb(249,210,210);
border-bottom:  1px solid  pink;


}
.ja:hover{
text-decoration: underline;
}