body{
    background-color:#4c2f6f;
    margin:0;
    padding:0;
}

.ramme1{
    position:fixed;
    background-color:white;
    width:100%;
    height:70px;
    text-align:center;
    border:solid;   
    border-radius:1px;
}

.ramme2{
    width:100%;
    background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(72,4,213,1) 55%, rgba(76,47,111,1) 100%);
    height:350px;

}

.ramme3{
width:100%;
background-color:#4c2f6f;
height:400px;
}

.ramme4{
    margin:auto;
    background: #fff;
    width: 80%;
    margin-top:-570px;
    box-shadow: 0px 2px 38px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    font-family:'Courier New', Courier, monospace;
    padding:30px;
    box-sizing:border-box;

}

.ramme4:after, .ramme4:before{
    content: '';
    position: absolute;
    left: auto;
    background:none;
    z-index: -1;
}

.ramme4:after{
    width: 90%;
    top: 30px;
    right:8px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-box-shadow: 0px -20px 36px 5px #295d92;
    -moz-box-shadow: 0px -20px 36px 5px #295d92;
    box-shadow: 0px -25px 35px 0px rgba(0,0,0,0.5);
}  

.ramme4:before{
    width: 10px;
    top: 5px;
    right:18px;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-box-shadow: 20px 0px 25px 5px #295d92;
    -moz-box-shadow: 20px 0px 25px 5px #295d92;
    box-shadow: 22px 0px 35px 0px rgba(0,0,0,0.5);
  }

.button{
    position:fixed;
    top: 15px;
    left:25px;
    border-radius:50%;
}

.forward{
  position:fixed;
  top:15px;
  right:25px;

}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .collapsible:hover {
    background-color: #ccc;
  }
  
  /* Style the collapsible content. Note: hidden by default */
  .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
  }


  .copyright{
    width:100%;
    height:125px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%,  rgba(76,47,111,1) 100%);
  }

  .copyright-text{
    display:flex;
    justify-content:center;
    align-items:center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
  }

  .hopp1{
    background-color: #04AA6D; /* Green */
  color: white;
  padding: 15px 32px;
  text-align: center;
  font-size: 16px;
  border-radius:10%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-decoration:none;
  }