body, h1, h2, p, ul, li {
    margin: 0;
    padding: 0;
}

body {
    font-family:'Times New Roman', Times, serif;
    background-color: teal;
}

header{
    background-color:  gray;
    color: #fff;
    text-align: center;
    width: 100%;
}

nav {
    background-color: gray;
    color: #fff;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

nav a {
    text-decoration: none;
    color: #fff;
    margin: 0 20px;
}

.meny{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    background: gray;
    grid-template-rows: 100px auto 100px;
    overflow: hidden;
    flex-direction: column;
    overflow: scroll;
}

.button{
flex-direction: column;
font-size: 18px;
display: inline-block;
outline: 0;
border: 0;
cursor: pointer;
will-change: box-shadow,transform;
background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, teal 100% );
box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%), 0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%), inset 0px -0.01em 0px rgb(58 65 111 / 50%);
padding: 0 2em;
border-radius: 0.3em;
color: #fff;
height: 2.6em;
text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
transition: box-shadow 0.15s ease, transform 0.15s ease;
list-style: none;
width: 100px;
-moz-box-align: center;

}

.right{
    position: relative;
    margin-left: 200px;
    text-align: left;
    padding: 10px;
}

.vidio{
    position: relative;
    text-align: right;
    margin-left: 200;
    
}

.column {
    float: right;
    width: 42%;
    padding: 5px;
    position: relative;
    box-sizing: border-box;
    
  }
  
  .row::after {
    content: "";
    clear: both;
    display: table;
  }













