body {
    text-align: center;
    background-image: linear-gradient(to bottom right, rgba(186, 29, 222, 0), rgba(186, 29, 222, 1));
    min-height: 100vh;
}

h1 {
    font-family: 'Courgette', cursive;
    font-size: 70px;
}

h2 {
    font-family: 'Fredoka One', cursive;
}

h3 {
    font-family: 'Heebo', sans-serif;
}

tr,
td {
    border: 1px solid black;
    background-color: white;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
}

tr {
    height: 25px;
}

td {
    width: 25px;
}

input[type=number] {
    width: 5em;
    margin: 10px;
}

.gridSpecs{
    height: 20px;
    border-radius: 10px;
}

#sizePicker {

} 

#submitButton {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 12.5%;
    margin: 0px auto;
    font-family: 'Fredoka One', cursive;
    font-size: 20px;
    height: 35px;
    border: 1px solid black;
    border-radius: 10px;
    opacity: 1;
}

#submitButton:hover {
    color: white;
    border: 1px solid white;
    opacity: 0.75;
    transition: 0.25s ease;
    cursor: pointer;
}

#colorPicker {
    height: ;
    width: ;
}


