body {
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    font-size: 25px;
    background-color: black;
}

#name{
    font-size: 35px;
    text-decoration-style: bold;
    margin: 15px auto;
}

#logo {
    width: 100%;
    height: 150px;
    text-align: center;
}

#grid {
    width: 510px;
    height: 510px;
    border: 5px solid #222222;
    margin: 0 auto 15px auto;
    background-color: white;
}

.square {
    width: 100px;
    height: 100px;
    border: 1px solid #333333;
    float: left;
}

form {
    height: 30px;
}

input {
    margin: 5px auto;
    width: 150px;
    display: block;
    line-height: 25px;
    font-size: 18px;
    padding: 5px;

}
.row {
    width: 30.5%;
    height: 30px;
    background-color: #999999;
    border: 1px solid black;
    padding: 5px;
    float: left;
    line-height: 29px;
    margin: auto;
}
#instructions {
    height: 30px;
    width: 100%;
    margin: 20px auto;
    font-size: 20px;
    display: inline-block;
    color: white;
}
#top-row {
    width: 510px;
    height: 32px;
    margin: auto;
}
p {
    color: white;
}
#start {
    background-color: #60b0f4;
}
.blue {
    background-color: #60b0f4;
}
.black {
    background-color: black;
}
.white {
    background-color: white;
}
.gray {
    background-color: #999999;
}