html{
    scroll-behavior: smooth;

}



body{
    background-color: lightgray;
    font-family: 'DM Sans', sans-serif;
}

.bygging{
    float: right;
    margin: 15px;
    padding: 15px;
    justify-content: center;
    
}

.demontering{
    float: left;
    margin: 15px;
    padding: 15px;
    justify-content: center;
    
}

.pc{
    justify-content: center;
    display: flex;
}

.header {
    padding: 15px;
    text-align: center;
    background: gray;
    color: white;
    font-size: 30px;
}

nav{
    display: flex;
    
 }

 nav a{
    text-decoration: none;
    padding: 10px;
    background-color: rgb(92, 90, 90);
    color: white;
    font-weight: 800;
    flex: 1;
    text-align: center;
    
 }

 nav a:hover{
    background-color: rgb(136, 136, 136);
 }

 nav a.active{
    background-color: rgb(45, 45, 45);
    color: white;
 }

 nav a.active:hover{
    background-color: rgb(97, 118, 124);
 }

 .meny_left{
    display: grid;
    background-color: lightgray;
    float: left;
    min-height: 300px;
    margin-top: 10px;
    grid-template-columns: 200px 1fr;
    width: 100%;
    box-sizing: border-box;

 }

 .meny_left nav{
    flex-direction: column;
 }

.content2{
    
    grid-template-columns: 200px 1fr;
    padding-left: 20px;
    text-align: center;
    justify-content: center;
    
}

.style{
    display: flex;
    border-radius: 10px;
    background-color: grey;
    width: 100%;
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
    align-items: center;
    
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }


.ram_video{
    display: grid;
    grid-template-columns: 200px 1fr;
    padding-left: 20px;
    justify-content: right;
    text-align: right;
}

 



