canvas {
    background-image: url("./media/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    text-align: center;
}

#buttons {
    display: flex;
    justify-content: center;
    column-gap: 7rem;
}

#instructions {
    font-size: 30px;
    background-color: rgb(136, 211, 243);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px;
}

#start {
    font-size: 30px;
    background-color: rgb(136, 211, 243);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px;
}

#resources {
    font-size: 30px;
    background-color: rgb(136, 211, 243);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px;
}

a:link {
    text-decoration: none;
}

a {
    color: white;
}

h1 {
    /* margin: 100px 0 0 0; */
    font-size: 2.5rem;
    font-style: oblique;
    color: rgb(136, 211, 243);
}

#winOrLoseId {
    font-size: 2rem;
    color: rgb(1,113,187);
}

.score {
    color: rgb(1,113,187);
}

#score {
    color: rgb(1,113,187);
}