.title {
    color: darkred;
}
header{
    grid-column: 1 / end;
    grid-row: 1;
    color: #00dbfd;
    font-family: silkscreen;
    font-size: xx-large;

    background-size: 3em 3em;
    background-color: #27343e;
    opacity: 1;
    border: ridge 5px;
    border-radius: 10px 10px 0px 0px
}

h2{
  font-size: larger
}
body {
    color: #00dbfd;
    background-image: linear-gradient(#7ab2e6, #000);
    font-family: silkscreen;
    display:grid;
    
    grid-template-columns: 2fr;
    grid-template-rows: 5;
    gap: 1rem;
    height: 100%;
    margin-left: 20rem;
    margin-right: 20rem;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    border: ridge 5px;
    border-radius: 10px;
    padding: 1%;
  
    
}

.mainpage{
  border: hidden
}

.tvset{
  grid-column: 1;
  grid-row: 1;
  margin-left: 5%
}


article {
    background-color: #27343e;
    font-family:Courier, monospace;
    font-size: 20px;
    color: aliceblue;
    line-height: 1.6;
    grid-column: 1;
    grid-row-start: 3;
    grid-row-end: 6;
    border: 5px ridge;
    border-color: #00dbfd;
    border-radius: 10px;
    padding: 10px;
}

nav {
  background-color: #27343e;
  grid-column: 2;
  grid-row: 3;
  justify-content: center;
  border: 5px ridge;
  border-radius: 10px;
  padding-left: 25%;
  padding-right: 25%;
  padding-top: 3%;
  padding-bottom: 3%;
  height: 73px
}

aside{
    background-color: #27343e;
    color: aliceblue;
    grid-column: 2 / end;
    grid-row: 4;
    border: 5px ridge;
    border-color: #00dbfd;
    border-radius: 10px;
    padding: 10px;
    width: 300px;
   
}

footer{ 
    color: #00dbfd;
    grid-column: 1 / end;
    grid-row-end: span 4;
    align-content: flex-end;
    text-align: center;
   }  

a:link{
  color: #00dbfd;
  text-decoration: none
}

a:visited{
  color: #ff1493
}

table, th, td{
  grid-column: 1;
  grid-row-start: 3;
  grid-row-end: 5;
  border: 5px ridge; 
  color: #00dbfd;
  text-align: center;
  padding: 10px;



}
 tr:nth-child(even){
  background-color:darkblue;
}

tr:nth-child(odd){
  background-color: #27343e;
}

#guestbox{
    background-color: #27343e;
    grid-column: 2 / end;
    grid-row-start: 5;
    grid-row-end: 5;
    height: 500px;
    border: 5px ridge;
    border-color: #00dbfd;
    border-radius: 10px;
    padding: 10px;
  

  
}

.musictv{
    grid-column-start: 1;
    grid-row-start: 3;
    grid-row-end: 6;
}

img{
  padding: 10px;
  
 }

.buttons1{
  border-radius: 10px 100px 100px 10px
}

.buttons2{
  border-radius: 100px 10px 10px 100px
}

figure {
  padding: 2px;
  margin: 0;
  border: ridge;
  background-color: #27343e;
  border-radius: 10px;
  
  
}

audio{
  background-color: #00dbfd;
  border: ridge;
  border-radius: 10px;
  
}

.musictracks{
  grid-column: 1;
  grid-row: 4;
}

.neilsjamsarticle{
    grid-column: 1;
    grid-row: 3;
}