
#image1 {
    width: 190px;
    height: 200px;
    
    position: absolute;
    top: 40px; 
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  
  #image2 {
    width: 340px;
    height: 340px;
    padding: 40px;

    position: absolute;
    bottom: 0;
    right: 0;
  }

  #image3 {
    width: 320px;
    height: 320px;
    padding: 15px;

    position: absolute;
    bottom: 1;
    right: 0;
  }
  








#menu {
    border: 5px solid; color: white;
    width: 400px;
    height: 700px;
    font-size: 22px;
    background: black;

    position: relative;

    bottom: 1px;


}

#menuul{
    font-size:xx-large;
    list-style-type: none;
    
    a{
    color: white;
    text-decoration: none;
    }
}



body { 

    background-image:url(/images/stars_background.gif); background-repeat:repeat; 
 }


 #h2menu{

    font-style: bold;
    color: white;
    position:relative;
    top: 20px;
    left: 148px;



}


#welcome{

    word-wrap: break-word;
    color: beige;
    font-size: x-large;
    text-align: center;
  
    position: absolute;
    top: 300px;
    left: 530px;
    text-shadow: 1.5px 1px 0 #ff00bb;

}


li{
    text-align: center;
    position: relative;
    top: 20px;
    left: 70px;
    border: 2px solid; color: white;

    margin-top: 30px; 
    margin-bottom: 30px; 
    margin-left: 0px; 
    margin-right: 200px;
    text-shadow: 2px 1px 0 #ff00bb;

}

.gallery{
  background-image: linear-gradient(to bottom left, rgb(126,30,53) 0%, black 50%, rgb(126,30,53) 100%);
  width: calc(100vw - 1.5in);
  height: calc(100vh - 1.5in);
  margin: .75in auto; /* centering a block */
  border-top: 20px solid rgba(98, 99, 99, 0.344);
  position: relative;

  .spaceintro{
    text-align: center;
    color: aliceblue;
  }
}



#northernlights{
  width: 400px;
  height: 500px;
  padding: 15px;
  position: relative; 
  border-radius: 60px;
  
 

}

#northernlights2{
  width: 450px;
  height: 500px;
  padding: 15px;
  position: relative;
  border-radius: 60px;

}





