@font-face {
    font-family: Norwester;
    src: url(assets/norwester.otf);
}

html {
    image-rendering: pixelated;
    font-family: Norwester;
}

body {
    background-image: url(assets/background.png);
}

screen {
    border: 4px solid #e76e31;
    border-radius: 5px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-240px;
    margin-left:-480px;
    width: 960px;
    height: 480px;
    display: flex;
}

game {
    background: linear-gradient(blue, lightblue);
    width: 720px;
    height: 480px;
}

nav {
    display: flex;
    justify-content: space-around;
    background-color: #d86757;
    padding-top: 5px;
    padding-bottom: 5px;
}

button {
    font-size: 40px;
    font-family: Norwester;
    background-color: #c85747;
    border-color: #a83727;
    border-width: 4px;
    width: 120px;
    border-radius: 4px;
}

input {
    font-family: Norwester;
    font-size: 32px;
    width: 128px;
    text-align: center;
}

#home-row {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

#fish-row {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;    
}

.equation {
    margin-top: 60px;
    text-align: center;
    font-size: 32px;
}

bait {
    display: flex;
    padding-left: 3px;
    height: 200px;
    margin-top: 10px;
    margin-left: 10px;
    flex-direction: column;
    overflow-y: scroll;
    width: 100px;
    scrollbar-color: #881707 #c85747;
    margin-bottom: 20px;
    border: 4px solid #881707;
    background: #e87767;
}

.ammount {
    margin-left: 26px;
    margin-top: 18px;
}

.baitButton {
    line-height: 0px;
    width: 80px;
    margin-bottom: 5px;
    margin-top: 5px;
}

#shop-row {
    margin-top: 20px;
    margin-left: 150px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.currency-display {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 32px;
    display: flex;

    align-items: center;
}

.coin-icon {
    height: 32px;
    margin-right: 5px;
}

.shop-button {
    margin-top: 5px;
    margin-bottom: 5px;
}

.shop-menu {
    margin-right: 200px;
    display: flex;
    justify-content: space-between;
}

.list-container {
    margin-top: 20px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#list-display {
    width: 560px;
    height: 320px;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    overflow-y: scroll;
    scrollbar-color: #881707 #c85747;
    margin-bottom: 20px;
    border: 4px solid #881707;
    background: #e87767;
}