@font-face {
  font-family: Quicksand2;
  src: url(Quicksand2.ttf);
}

body {
  background-image: url("Backround.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#spacetitle {
display: flex;
justify-content: center;
top: 0;
padding: 12px 16px;
background: blue;
color: white;
font-size: 25px;
text-align: center;
font-family: Quicksand2;
}




#spaceintro{
 color: white;
 text-align: center;
 font-family: Quicksand2;
  }
  
  
#ss{
    background-color: blue;
    color: white;
    font-family: Quicksand2;
    }

#sun{
    background-color: blue;
    color: white;
    font-family: Quicksand2;
    }
    
#techIS{
    background-color: blue;
    color: white;
    font-family: Quicksand2;
    }
    
#famousA{
    background-color: blue;
    color: white;
    font-family: Quicksand2;
    }
    
#evaluation{
    background-color: blue;
    color: white;
    font-family: Quicksand2;
    }


