button:hover {
	background-color:rgb(151, 193, 255);
}

.button {
    background-color:  rgb(242, 248, 255);
    border-radius: 15px;
    width: 167px;
    height: 33px;
    font-size: larger;
    display:block;
    margin: 0 auto;
    border-color: rgb(84, 84, 157);
}

h1 {
    font-size: xxx-large;
    text-align: center;
    color: rgb(45, 45, 111);
}

h2 {
    font-size: medium;
    text-align: center;
}

body {
    padding-top: 270px;
    padding-left: 500px;
    padding-right: 500px;
}

.bleh {
    color:rgb(227, 240, 252);
    text-align: center;
}

a {
    color: rgb(73, 73, 129);
    text-decoration: none;
}

.whitebox {
    border-radius:39px;
    background-color: rgb(240, 247, 254);
    padding-top: 15px;
    padding-bottom: 15px;
}

body {
    background-image: url("images/bluestarsbackground.jpg");
}