body {
margin: 0px;
min-height: 500px; 
background-image:url('Img/wallpaperflare.com_wallpaper.jpg'); 
background-size: cover;
color:rgb(255, 255, 255);

}

    .top {
color: rgb(255, 255, 255)

}

.firstSection{
  background-image:url('img/wallpaperflare.com_wallpaper.jpg'); 
  background-size: cover;
  height: 980px;
  width: 100%;

}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: FFFFFF ;
  }
  
  li {
    float: left;
  }
  
  li a {
  
    display: block;
    color: white;
    text-align: center;
    padding: 14px 30px;
    text-decoration: none;
    border-radius: 30px 30px;
    margin-left: 253px;
    list-style: none;
    background-color: rgba(225, 225, 225, 0.2);
    
  }
  
  li a:hover {
    background-color: rgb(0, 0, 0);
  }

  .button {
    background-color: rgba(225, 225, 225, 0.2);
    border: none;
    color: rgb(0, 0, 0);
    padding: 40px 100px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    margin: 200px 2px;
    cursor: pointer;
    position: sticky;
    border-radius: 69px 69px;
  }

h1 {
color:rgb(255, 255, 255)
  }

  .circular {
    border-radius: 50%;
    width: 300px;
    position: relative;
    vertical-align: bottom;
    top: 60px;
  }
  

.tekstimidten 
{
  width: 40%;
  position: relative;
  vertical-align: bottom;
  top: 60px;
}

img {
  width: 100%;
  height: 150x;
}




