body {
    background-color: #42f5ec;
}

h3 {
    font-weight: unset;
}

div#border, div.GameRow {
    display: flex;
    justify-content: center;
}

#header {
    background-color: #75a4f0;
    text-decoration: underline;
    font-family: Verdana,sans-serif;

    margin-top: 10px;
}

div.tile {
    height: 65px;
    width: 65px;
    margin: 5px 5px 5px 0px;
    background-color: LightGray;
    border-style: solid;
    
    text-align: center;
    line-height: 70px;
    font-size: 45px;
    font-family: "Lucida Console", monospace;
}

#wordle, #schedule, #tictactoe, #connect4, #countdown {
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
}

.custom-jumbotron {
    padding: 48px 60px;
    border-radius: 6px;
    margin-bottom: 30px;
    
    color: inherit;
}

#limit-size-timer {
    max-width: 279px;
}

#limit-size-connect4, #limit-size-schedule {
    max-width: 350px;
}