@font-face {
	font-family: "pixel";
	src: url("pixel.ttf");
}

body {
    font-family: "pixel" !important;
    background-image: url("bg-moon.png");
    background-repeat: repeat;
}

.modal-body, .modal-header {
    padding: 9px 15px;
    background-color: lightpink;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

#form_message {
    resize: vertical;
}

#logo {
    text-align: center;
    margin-top: 12px;
    cursor: pointer;
}

#title {
    text-align: center;
    color: white;
    text-shadow: 3px 2px pink;
}

#subtitle {
    text-align: center;
    color: whitesmoke;
    text-shadow: 2px 1px lightpink;
}

#default-button {
    background-color: lightpink;
}

#default-button:hover {
    background-color: pink;
}

#starfield {
    max-width: 180px;
}

#booster-boxer {
    max-width: 220px;
    margin-right: 10px;
}

#dotrmap {
    max-width: 220px;
    margin-right: 10px;
}

#visualsort {
    max-width: 180px;
}
	
#mazegen {
    max-width: 180px;
}