body {
    margin: 10px;
    background-color: rgb(90, 90, 90);
    height: auto;
    padding:0;
    margin:0;
}

.bgd-image {
    background-image: url('https://media.giphy.com/media/4KFvuA2LmYYVv46CNN/giphy.gif');
    background-size: cover;
    opacity: 0.1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.modal {
    display: block;
}

.bitcoin-title {
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
    padding-left: 25px;
    font-weight: bold;
    font-size: 80px;
    color: #deba54
}

.fa-bitcoin {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom:5px
    font-weight: bold;
    color: #deba54
}

.fa-2x {
    display: inline-block;
    vertical-align: bottom;
    margin-right:10px;
    padding-left: 25px;
    padding-bottom: 10px;
    color: #deba54
}

.main-app {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 95%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.ticker-banner {
    width: 100%;
    margin: auto;
    margin-top: 15px;
    padding: 15px;
    display: flex;
    background-color: #deba54;
    border-radius: 5px;
    flex-direction: row;
    text-align: center;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.graph-box {
    width: 100%;
    margin: auto;
    margin-top: 10px;
    display: flex;
    height: 350px;
    text-align: center;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

#canvas {
    height: 300px;
}

.ticker-column {
    background-color: aquamarine;
    height: 50px;
    border-radius: 5px;
    text-align: center;
}

.parent {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: auto auto auto;
    grid-template-rows: 50px;
    margin: 0 auto;
}
    
.output {
    border: solid black;
    height: 40px;
}

.bitbbl-select {
    width: 100%;
}

.bitbbl-box {
    text-align: center;
}

.control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #deba54;
}

.button {
    background-color: white;
    color: #deba54;
    transition: all 0.2s;
    border: none;
    outline: none;
}

.button:hover {
    background-color: #deba54;
    color: white;
}

.bitbbl-checkbox {
    margin-left: 10px;
    margin-right: 10px;
}

#calculations-container {
    height: 150px;
}

.final-calc {
    width: 250px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px;
    display: flex;
    background-color: #deba54;
    border-radius: 5px;
    flex-direction: row;
    justify-content: center;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

h1, h2 {
    color: #deba54;
    text-align: center;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}