/*------------------ index.html page styling----------------------*/

body {
    color: azure;
}

.indexTitle {
    width: 716px;
    height: 80px;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 2%;
}

.indexTitle>h1 {
    font-size: 60px;
    font-weight: bold;
    margin-left: 11%;
    font-family: 'Slabo 27px', serif;
    color: gold;
}

.indexTitle>h2 {
    font-size: 30px;
    margin-top: 6px;
    margin-left: 32%;
    font-family: 'Slabo 27px', serif;
    opacity: 0.7;
    color: gold;
}

.indexInstructions {
    width: 50%;
    display: inline-block;
}

.indexInstructions>p {
    width: 90%;
    height: 100%;
    margin-top: 4%;
    margin-left: 4%;
    margin-bottom: 6%;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.right_side_box {
    height: 60%;
    width: 45%;
    font-family: 'Roboto', sans-serif;
    float: right;
}

.indexRules {
    width: 100%;
    height: 50%;
    font-size: 20px;
    margin-top: 4%;
}

.indexRules>h3 {
    font-weight: bold;
    color: darkorange;
}

.indexRules>ul {
    margin-top: 2%;
    margin-left: 20px;
}

.indexRules>ul>li {
    margin-bottom: 10px;
}

.star_input_data_box {
    width: 405px;
    height: 180px;
    margin-left: 22px;
    margin-top: 20px;
    float: left;
}

.star_input_element {
    float: left;
    margin-bottom: 20px;
}

.input_area {
    width: 90px;
}

.submit_button {
    width: 95px;
    border-radius: 10px;
    font-weight: bold;
}

.submit_button:hover {
    cursor: pointer;
}

footer {
    display: inline-block;
    float: right;
    margin-right: -41%;
    margin-top: 29%;
}

.author_button_container {
    float: right;
    margin-right: 5%;
    margin-top: 2%;
}

.author_button {
    width: 125px;
    height: 30px;
    border-radius: 10px;
    font-weight: bold;
}

.author_button:hover {
    cursor: pointer;
}

.galaxy_button{
  border-radius: 10px;
  width: 127px;
  height: 27px;
  font-weight: bold;
  margin-left: 2%;
}
.galaxy_button:hover{
  cursor: pointer;
}

