@charset "utf-8";

body {
	background-color: #000000;
	font-family: sans-serif;
	font-size: 20px;
    color: white;
}

/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: white;
}

/* selected link */
a:active {
    color: white;
}
a:link {
    text-decoration: underline;
}
.container {
    text-align:center;
    align-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.navtable {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
}
.myintro {
    margin-left: 20%;
    margin-right: 20%;
    max-width: 60%;
	padding-bottom:40px;
}
.soarerbibleintro {
    margin-left: 20%;
    margin-right: 20%;
    max-width: 60%;
}
.mycoup {
	text-align:center;
    align-content: center;
    align-items: center;
    margin-left: 20%;
    margin-right: 20%;
    max-width: 60%;
}
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    background-color: #222222;
    font-size: 9px;
  }