* {
    margin: 10px;
    z-index: 0;
    color: white;
    font-family: new-order, sans-serif;
    font-style: normal;
    position: relative;
}

body {
    background-color: #6a00e1;
    /*background-image: linear-gradient(to bottom, rgba(14, 11, 122, 0), rgba(14, 11, 122, 1)); positioneringsproblemer*/
}

a {
    text-decoration: none;
    z-index: 0;
}

a:hover {
    text-decoration: underline;
}

.big-logo {
    position: absolute;
    opacity: 0.1;
    width: 100%;
    height: auto;
    left: 0;
    top: 9%;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-weight: 700;
}

.logo {
    width: 100%;
    height: 100%;
    width: 350px;
    object-fit: contain;
}

ul {
    list-style-type: none;
    display: flex;
    height: 60px;
    font-size: 20px;
}

li {
    padding: 10px;
}

i {
    display: flex;
}

.facebook {
    width: 45px;
    object-fit: contain;
    margin: 11px -10px;
}

.instagram {
    width: 45px;
    object-fit: contain;
    margin: 11px -10px;
}

.tiktok {
    width: 45px;
    object-fit: contain;
    margin: 11px -10px;
}

hr {
    border: 1.3px #fe6cfb solid;
    background-color: #fe6cfb;
    margin: -20px;
    margin-top: 1px;
    margin-bottom: 1px;
}

h1 {
    font-size: 60px;
    font-weight: 700;
}

h3 {
    font-size: 30px;
    z-index: 2;
    position: relative;
    font-weight: 700;
}

.velkommen {
    float: left;
    padding: 10px;
    width: 64.5%;
    min-width: 200px;
    border: #1a1a1a solid 3.5px;
    border-radius: 5px;
    text-align: center;
    background-color: rgba(14, 11, 122,.5);
}

.velkommentekst {
    font-weight: 500;
    font-size: 20px;
    font-style: italic;
    text-align: center;
}

h2 {
    font-size: 40px;
    font-weight: 700;
}

.aside {
    float: right;
    text-align: center;
    width: 30%;
    min-width: 250px;
    margin-top: 50px;
    margin-bottom: 30px;
}

aside {
    flex-direction: column;
    float: right;
    text-align: center;
    width: 30%;
    min-width: 250px;
    margin: auto;
}

figure {
    position: relative;
    text-align: center;
    color: white;
    right: 21px;
}

.figureimgtop {
    width: 300px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.67;
    border: #000000 solid 3.5px;
    border-radius: 5px 5px 0 0;
    margin-bottom: -28px;
}

.figureimg {
    width: 300px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.67;
    border: #000000 solid 3.5px;
    margin-bottom: -28px;
}

.figureimgbottom {
    width: 300px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.67;
    border: #000000 solid 3.5px;
    border-radius: 0 0 5px 5px;
    margin-bottom: -28px;
}

figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.vaporwave {
    float: left;
    padding: 10px;
    padding-top: 20px;
    width: 64.5%;
    min-width: 200px;
    border: #1a1a1a solid 3.5px;
    border-radius: 5px;
    text-align: center;
    min-width: 240px;
    background-color: rgba(204, 51, 204,.5);
}

.vaporwavetekst {
    font-weight: 500;
    font-size: 25px;
    text-align: center;
}

iframe {
    width: 560px;
    height: 315px;
    border: none;
}

footer {
    font-weight: 500;
    position: relative;
    clear: both;
    margin: auto;
    height: 200px;
    text-align: center;
}

section {
    bottom: -33px;
}