body{
    background: black;
}

#head-im{
    text-align: center
}

#head-im img{
    display: inline-block;
    height: 180px;
    margin-bottom: 25px;
}

/*
#head-im img:hover{
    display: inline-block;
    height: 180px;
    transition: 5s;
    content: url("Old%20Dreams%20-%20Title3%20(inv).png");
}
*/

/* Define the main Navigation block */
.NavBar {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 15px;
    background-color: black;
    font-size: 18px;
    font-family: Tahoma,Verdana;
    overflow: hidden;
    padding: 5px;
}

/* Remove bullets, margin and padding */
.NavBar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.NavBar li {
    float: right; /* Or you can use display: inline; */
    text-align: center;
}

/* Define the block styling for the links */
.NavBar a {
    display: block;
    text-align: center;
    padding: 14px 20px;
    color:#5271FF;
    text-decoration: none;
}

.NavBar li a:hover {
  background-color: #5271FF;
  color:black;
}

/* This is optional, however if you want to display the active link differently apply a background to it */
.NavBar li a.active {
    /*background-color: #FF66c4;
    color:rgb(65,90,200);*/
    background-color: #5271FF;
    color: black;
}

/* Define the main Navigation block */
.NavBar2 {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 15px;
    background-color: black;
    font-size: 18px;
    font-family: Tahoma,Verdana;
    overflow: hidden;
    padding: 5px;
}

/* Remove bullets, margin and padding */
.NavBar2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.NavBar2 li {
    float: right; /* Or you can use display: inline; */
    text-align: center;
}

/* Define the block styling for the links */
.NavBar2 a {
    display: block;
    text-align: center;
    padding: 14px 20px;
    color:#ff66c4;
    text-decoration: none;
}

.NavBar2 li a:hover {
  background-color: #ff66c4;
  color:black;
}

/* This is optional, however if you want to display the active link differently apply a background to it */
.NavBar2 li a.active {
    /*background-color: #FF66c4;
    color:rgb(65,90,200);*/
    background-color: #ff66c4;
    color: black;
}

/* Define the main Navigation block */
.NavBar3 {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 15px;
    background-color: black;
    font-size: 18px;
    font-family: Tahoma,Verdana;
    overflow: hidden;
    padding: 5px;
}

/* Remove bullets, margin and padding */
.NavBar3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.NavBar3 li {
    float: right; /* Or you can use display: inline; */
    text-align: center;
}

/* Define the block styling for the links */
.NavBar3 a {
    display: block;
    text-align: center;
    padding: 14px 20px;
    color:#cb6ce6;
    text-decoration: none;
}

.NavBar3 li a:hover {
  background-color: #cb6ce6;
  color:black;
}

/* This is optional, however if you want to display the active link differently apply a background to it */
.NavBar3 li a.active {
    /*background-color: #FF66c4;
    color:rgb(65,90,200);*/
    background-color: #cb6ce6;
    color: black;
}

/* Define the main Navigation block */
.NavBar4 {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 15px;
    background-color: black;
    font-size: 18px;
    font-family: Tahoma,Verdana;
    overflow: hidden;
    padding: 5px;
}

/* Remove bullets, margin and padding */
.NavBar4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.NavBar4 li {
    float: right; /* Or you can use display: inline; */
    text-align: center;
}

/* Define the block styling for the links */
.NavBar4 a {
    display: block;
    text-align: center;
    padding: 14px 20px;
    color:#0cc0df;
    text-decoration: none;
}

.NavBar4 li a:hover {
  background-color: #0cc0df;
  color:black;
}

/* This is optional, however if you want to display the active link differently apply a background to it */
.NavBar4 li a.active {
    /*background-color: #FF66c4;
    color:rgb(65,90,200);*/
    background-color: #0cc0df;
    color: black;
}

h1{
    font-family: Tahoma,Verdana;
    color: #5271FF;
    text-align: center;
    font-size: 42px;
}

h2{
    font-family: Tahoma,Verdana;
    color: white;
    text-align: center;
    font-size: 30px;
}

h3{
    font-family: Tahoma,Verdana;
    color: white;
    text-align: left;
    font-size: 24px;
    margin-top: 50px;
}

#h1-2{
    font-family: Tahoma,Verdana;
    color: #ff66c4;
    text-align: center;
    font-size: 42px;
}

#h1-3{
    font-family: Tahoma,Verdana;
    color: #cb6ce6;
    text-align: center;
    font-size: 42px;
}

#h1-4{
    font-family: Tahoma,Verdana;
    color: #0cc0df;
    text-align: center;
    font-size: 42px;
}

p{
    font-family: Gill Sans,Tahoma,Verdana;
    color: white;
    text-align: center;
    font-size: 24px;
    margin-top: 50px;
}

#bd1{
    margin: 0 auto;
    display: block;
    padding: 1em;
    border: 3px solid #5271FF;
    border-radius: 1em;
    height: 900px;
    width: 800px;
}

#bd1 p{
    margin-bottom: 50;
}

#bd2{
    margin: 0 auto;
    display: block;
    padding: 1em;
    border: 3px solid #ff66c4;
    border-radius: 1em;
    height: 800px;
    width: 800px;
}

#bd2 p{
    margin-bottom: 30px;
}

#bd3{
    margin: 0 auto;
    display: block;
    padding: 1em;
    border: 3px solid #cb6ce6;
    border-radius: 1em;
    height: 600px;
    width: 800px;
}

#bd3 p{
    margin-bottom: 50;
}

#bd4{
    margin: 0 auto;
    display: block;
    padding: 1em;
    border: 3px solid #0cc0df;
    border-radius: 1em;
    height: 600px;
    width: 800px;
}

#bd4 p{
    margin-bottom: 50px;
    font-size: 30px;
}

#bd5{
    margin: 0 auto;
    display: block;
    padding: 1em;
    border: 3px solid #5271FF;
    border-radius: 1em;
    height: 1300px;
    width: 800px;
}

#bd5 p{
    margin: 30px;
    font-size: 50px;
    text-align: center;
    margin-top: 50px;
}

#cd{
    text-align: center;
}

#cd img{
    display: inline-block;
    border-radius: 20px;
    height: 400px;
    margin-top: 50px;
}

#cd1{
    text-align: left
}

#cd1 img{
    display: inline-block;
    border-radius: 20px;
    height: 200px;
}

#disc img:hover {
    display: inline-block;
    border-radius: 20px;
    height: 196px;
    border: 2px solid #ff66c4;
}

#disc{
    display: grid;
    align-items: center;
    grid-template-columns: 2fr 2fr 1fr;
    column-gap: 5px;
}

#disc p{
    text-align: left;
    margin: 5px
}

#disc a{
    color:#5271FF;
    text-decoration: none;
}

#disc a:hover {
    color:#ff66c4;
    text-decoration: none;
}

#social{
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

#links {
    width: 600px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content:space-between;
}

#icon {
    margin: 10px;
    display: flex;
    align-items: center;
}

#play {
    margin: 10px;
    display: flex;
    align-items: center;
}

#logo img{
    height: 50px;
    border: 2px solid #ccc;
    border-radius: 1em;
}

#play img{
    height: 45px;
    margin-left: 0px;
}

#social p{
    text-align: left;
    margin: 10px
}

#social a{
    color:#5271FF;
    text-decoration: none;
}

#links p{
    text-decoration: none;
    font-size: 45px;
    text-align: center;
    margin: 5px
}

#play p{
    text-decoration: none;
    font-size: 35px;
    text-align: center;
    margin: 5px
}

#play a{
    text-decoration: none;
    font-size: 35px;
    color: white;
}

/*Beginning of Form stylling*/

form {
  /* Center the form on the page */
  margin: 0 auto;
  width: 600px;
  /* Form outline */
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 1em;
    color:white;
    font-family: Tahoma,Verdana;
    font-size: 18px
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

form li + li {
  margin-top: 1em;
}

label {
  /* Uniform size & alignment */
  display: inline-block;
  width: 90px;
  text-align: right;
}

input,
textarea {
  /* To make sure that all text fields have the same font settings
     By default, textareas have a monospace font */
  font: 1em sans-serif;

  /* Uniform text field size */
  width: 500px;
  box-sizing: border-box;

  /* Match form field borders */
  border: 1px solid #999;
}

input:focus,
textarea:focus {
  /* Additional highlight for focused elements */
  border-color: #000;
}

textarea {
  /* Align multiline text fields with their labels */
  vertical-align: top;

  /* Provide space to type some text */
  height: 5em;
}

.button {
  /* Align buttons with the text fields */
  padding-left: 90px; /* same size as the label elements */
}

button {
  /* This extra margin represent roughly the same space as the space
     between the labels and their text fields */
  margin-left: 0.5em;
    font-size: 18px
}
