body {
    background-color: #ababab;
}

h1 {
    text-align: center;
    font-size: 100px;
    font-family: monospace;
    margin-top: 150px;
    margin-bottom: 15px;
}

h2 {
    text-align: center;
    font-size: 50px;
    font-family: monospace;
    margin-top: 0px;
    margin-bottom: 75px;
}

input:hover {
    cursor: pointer;
    filter: brightness(0.8);
    transition: filter 0.3s;
}

input.customInput:hover {
    cursor:text
}

input {
    transition: 0.3s;
}

.display {
    font-size: 40px;
    vertical-align: middle;
    font-family: monospace;
}

.defaults {
    height: 40px;
    width: 30%;
    margin: 5px;
    font-size: 20px;
    border-radius: 10px;
}

.defaults#hard {
    background-color: #ff000040;
}

.defaults#intermediate {
    background-color: #ffff0040;
}

.defaults#easy {
    background-color: #00ff0040;
}

.custom {
    height: 40px;
    width: 10%;
    margin: 5px;
    text-align: center;
    font-size: 30px;
}

.customInput {
    border-radius: 0px;
    background-color: #ababab;
    border-color: #7b7b7b #fff #fff #7b7b7b;
    border-style: solid;
    border-width: 5px;
    vertical-align: middle;
}

.custom#submit {
    height: 40px;
    width: 120px;
    vertical-align: middle;
    border-radius: 20px;
    font-size: 25px;
}

inputLabel {
    font-size: 25px;
    font-family: sans-serif;
    margin: 5px;
    vertical-align: middle;
}

.newGameSettings{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    user-select: none;
    text-align: center;
}

#portal {
    width: fit-content;
    margin: 50px auto;
}

#portal>b>a {
    text-decoration: none;
    color: #000;
    font-size: 30px;
    font-family: monospace;
    vertical-align: middle;
}

a>img {
    width: 40px;
    vertical-align: middle;
}

h2>img {
    width: 60px;
    vertical-align: middle;
}