body {
    background-color: rgb(238, 238, 238);
    color: black;
}

a {
    color: black;
}

.board td {
    border: 1px solid gray;
}

.svgs {
    vertical-align: -10%;
}

a {
    text-decoration: none;
}

#settingsBody {
    margin-top: 2vw;
    min-width: 100vw;
    margin-left: 5px;
}

.gridSize {
    text-align: end;
    width: 80px;
}

.board {
    margin-bottom: 20px;
}

.board td {
    min-width: 25px;
    width: 25px;
    height: 25px;
}

#gridPreview {
    overflow: visible;
    text-align: left;
}

#legend .unvisited {
    border: 1px solid black;
    min-width: 25px;
    width: 25px;
    height: 25px;
}

#legend {
    margin-bottom: 2vw;
    vertical-align: text-bottom;
}

.list-group {
    margin-bottom: 15px;
}

#credit {
    margin-top: 2vw;
    margin-bottom: 2vw;
}

#gridPreview .start {
    background-image: url("../icons/emoji-sunglasses-fill.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position-x: center;
    background-position-y: center;
}

#gridPreview .target {
    background-image: url("../icons/door-closed.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position-x: center;
    background-position-y: center;
}

#gridPreview .targetReached {
    background-image: url("../icons/door-open-fill.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position-x: center;
    background-position-y: center;
}

#gridPreview .wall {
    background-image: url("../icons/x-square.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position-x: center;
    background-position-y: center;
}

.settingsPrompt {
    color: black;
    font-size: 80%;
}

.toast-body {
    color: black;
}

.toast {
    width: auto;
}