html, body {
    margin: 0
}
nav>ul>li {
    padding: 50px;
    display: inline;
    color: white;
}
.navtitle {
    font-size: 22px;
}
#carousel {
    width:100%;
    height:10%;
}
#btcPic {
    width: 85%;
}

#investForm {
    background-color: white;
    padding: 20px;
    margin-top:8px
}
#quoteIMG {
        width: 100%;
        margin-left: 15px;
    }
    
#bodyDiv {
    margin-top: 50px;
}

#addSymbol {
    width:150px;
}
#symbolField {
    width:150px;
}

.shit {
    padding-bottom:42px;
}
.smallFont {
    font-size: 13px;
    font-weight: italic;
}
a {
    color: white;
    
}
a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
    color: white;
}

.navtitle:hover {
    text-decoration: none;
    color: white;
    transform: scale(1.1);
}

a:focus {
    text-decoration: none;
    color: white;
}

a:hover,
a:active {
    text-decoration: none;
    color: white;
}

/* #BTCcanvas {
        max-width: 600px;
        max-height: 600px;
} */

/* #quoteCanvas {
        max-width: 600px;
        max-height: 600px;
} */

