
body{
    
   background-image: url(photos/moon-night.gif);
   background-size: cover;
   font-family: MS UI Gothic, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    margin: 20px auto;
   
  }
.main{
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
}

.time{
    color: white;
  background-color: rgba(57, 56, 56, 0.718);
  text-align: right;
  border: 1px solid black;
  }
.welcome{
    background-image: url(photos/background.png);
    border-radius: 0%;
    border: 1px solid black;
    padding: 0px;
    
}
.spidey{
  float: left;
  max-width: 100%;
  height: auto;
  }
.grid-one{
    display: grid;
    grid-template-columns: 200px repeat(2, 1fr);
    grid-template-rows: 350px 250px;
    grid-template-areas:
    "box-1 box-2 box-2"
    "box-5 box-3 box-4";
}
.sidebar{
    grid-area: box-1;
    background-color: #908f8f;
    border: 1px solid black;
    
}
.home{
    
    text-align: right;
    grid-area: box-2;
    background-color: #575757;
    border: 1px solid black;
}
h1 {
    position: relative;
    text-align: center;
    color: aliceblue;
}

h3{
   position: relative;
    text-align: center;
    color: aliceblue; 
}
nav ul li{
    border-top:1px solid black;
    border-bottom:1px solid black;
}
nav,ul,li, a{
    padding: 0;
    text-align: left;
    list-style: none;
}
.link{
    text-align: left;
    text-decoration: none;
    color: aliceblue;
}

.about_text{
    margin-right: 50px;
}
.coolsites{
  grid-area: box-3;
  background-color: #404040;
  border: 1px solid black;
  }


h4{
    margin-right: 50px;
}

.changelog{
  background-color: #404040;
  border: 1px solid black;
  }

.home iframe{
    width: 100%;
    height: 100%;
}

.music{
    background-color: #908f8f;
    border: 1px solid black;
}

#music_button{
    margin-top: 80px;
    margin-left: 55px;
    cursor: pointer;
    padding: 5px;
}

.music_emoji{
    width: 60%;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 40px;
}

