
body {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #c6ecf0;
    text-decoration: none;

}

a:visited {
    color: #c6ecf0;;
}

a:hover {
    color: #08d5e9;

}

a:active {
    color: #0fa3b1;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.unclickable {
    pointer-events: none;
    filter: blur(2px) grayscale(90%);
}

h1 {
    font-family: 'Sacramento', cursive;
}

button {
    background-color: #0fa3b1;
    border-radius: 3px;
    color: white;
    border: 0px solid transparent

}

#creature-hud p {
    display: inline;
}

#creature-hud {
    background-color: rgb(110, 112, 187);
    height: 33px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

#heart-pic {
    height: 3vh;
    position: relative;
    top:.5vh;
}

#money-pic {
    height: 3vh;
    position: relative;
    top: .5vh;

}


