:root {
    --green: #71FB1E;
    --black: #000000;
    --white: #FFFFFF;
    --green2: #368805;
  }
body{
    width: 90%;
    margin: auto;
    color: var(--green);
    background-color: var(--black);
    padding: 5em;
    font-family: "Courier New", sans-serif;
}

main{
    height: 50%;
}

header{
    color: var(--white);
    background-image: url("../images/blackGreenBackground.jpg"); 
}

h1{
    text-transform: uppercase;
}

h2{
    color: var(--green2);
}

p{
    text-indent: 10%;
}

nav{
    background-color: rgba(255, 255, 255, 0.5);
}
nav a:link{
    background-color: var(--green2);
    color: var(--white);
    text-decoration: none;
}

nav a:hover{
    text-decoration: underline;
}

nav a{
    display: inline-block;
    width: 19%;
}

nav {
    border: thin solid green;
    background-color: white;
    text-align: center;
}

a:hover {
    background-color: green;
}
cite{
    font-size: xx-small;
}
img{
    max-width: 100%;
    border-radius: 20%;
    height: 50%;
}
figure{
    border-radius: 20%;
    border: 5em;
    height: 11em;
    width: 30em;
}
figcaption{
    height: 1em;
    width: 30em;
}
.bars{
    float:right;
}
section{
    border: 20em;
    height: 50%;
    width: 40em;
}
.happyHeadphones{
    border-radius: 20%;
    border: 5em;
    height: 11em;
    width: 30em;
}
footer{
    border-radius: 20%;
    border: 5em;
    height: 11em;
    width: 30em;
}

.lineA
{
    background-color: #368805;
}

.lineB
{
    background-color:#7AA949;
}

figcaption{
    font-size: medium;
}
table{
    border: solid;
    border-collapse: collapse;
    border-color: white;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
tr{
    border:dashed;
    border-color: white;
}
th{
    color: white;
}
.rowA
{
    background-color: #368805;
}
.rowB{
    background-color:#7AA949;
}
fieldset
{
    text-indent: 0em;
}
.formInside{
    margin-left: 25%;
    margin-right: 25%;   
}