@charset "utf-8";
/* CSS Document */

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
    width:100%;
    height:100%;
}
.round-button {
	width:5%;
	  position: fixed;
    top: 60%;
    left: 2;
}
.round-button-circle {
	width: 75px;

	  

	padding-bottom: 100%;
    border-radius: 75px;
	border:10px solid #cfdcec;
    overflow:hidden;
    
    background: #070707; 
    box-shadow: 0 0 3px gray;
}

 {
    color: red;
}
h1 {
    text-align: center;
	 color: red;
}

h2{
	 text-align: center;
	 color: red;
}