html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    color: #E2F2C8;
    background-color: #000;
    background-repeat: repeat;
    margin: 0;
    min-height: 100vh;
    text-align: center;
}

body.forside {
    background-image: url("bakgrunn2.png");
}

body.lyricsside {
    background-image: url("bakgrunn.png");
}

body.music {
    background-image: url("bakgrunn3.png");
}

nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding-top: 20px;
    margin-bottom: 30px;
}

h1 {
    margin: 0;
}

a:link {
    color: #E2F2C8;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #E2F2C8;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #c6eb8a;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}

.albumcover {
    width: 25%;
    height: auto;
    top: 50px;
}

main {
    text-align: center;
}

.tracknumber {
    color: #E2F2C8;
}

.lyrics {
    background: #000;
    color: #fff;
    border: 4px ridge #c0c0c0;
    padding: 20px;
    margin: 20px auto;
   width: 70%;
    font-family: "Times New Roman", Times, serif;
    font-size: smaller;
    line-height: 1.4;
    white-space: pre-line;
}

.kommentarfelt {
    background: #000;
    color: #fff;
    border: 4px ridge #c0c0c0;
    padding: 20px;
    margin: 20px auto;
    max-width: 700px;
    box-sizing: border-box;
    font-family: "Times New Roman", Times, serif;
    line-height: 1.4;
}

.kommentarfelt .melding {
    white-space: pre-line;
    text-align: left;
    margin-top: 8px;
}

.kommentarfelt input[type="text"],
.kommentarfelt textarea {
    width: 90%;
    background: #000;
    color: #fff;
    border: 2px inset #c0c0c0;
    font-family: "Times New Roman", Times, serif;
    font-size: 1rem;
}

.kommentarfelt button {
    font-family: "Times New Roman", Times, serif;
    font-size: 1rem;
    cursor: pointer;
}

body > .kommentarfelt {
    margin-top: 10%;
}

@media (max-width: 600px) {
    .albumcover {
        width: 80%;
    }
}


body {
  cursor: url('customcursor.png'), auto;	
}


.forsidebilder {

    margin: 5%;
         text-align: center;

    } 

    .forsidebilder img {

  display: block;
    margin: 0 auto 20px;
    }


    .fbtitle {

 width: 80%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    }