@import url('https://fonts.googleapis.com/css?family=EB+Garamond');

div {
    border-radius:50%;
    border:0px solid #000;
    position:fixed;
}

#center {
    width:20vw;
    height:20vw;
    left:28vw;
    top:30vh;
    border:0px solid #000;
    
}

#center2 {
    width:20vw;
    height:20vw;
    left:52vw;
    top:30vh;
    border:0px solid #000;
    
}

#sat0, #sat1, #sat2, #sat3, #sat4 {
    width:50px;
    height:50px;
    
}

#sat0_2, #sat1_2, #sat2_2, #sat3_2, #sat4_2 {
    width:50px;
    height:50px;
    
}

.bodyImage {
	
    top:30vh;	
    
}

.bodyImage2 {
  
    top:28.5vh; 
    
}



.explainTextStyle {
	text-align:center;
	width:60%;
	top:14vh;
	font-family: 'EB Garamond', serif;
	font-size: 24px;
	color:#dbdbdb;
}

html { 
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #404040;
}

.button {
    background-color: #404040;
    border: 1;
    border-width: 2px;
    border-style: solid;
    border-color: #dbdbdb;
    color: #dbdbdb;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'EB Garamond', serif;
}

.horizontalCentered {
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, 0);
}

#lowerButton
{
  top:85vh;
}

.lowerOpacity
{
  opacity: 0.4;
}

