body{   
    font-family: "Lucida Console", "Courier New", monospace;
    padding: 50px;
    background-color: #dbe9f4;
    color: black;
    font-size: 25px;
    }

    .button {
    background-image: url(
'https://cdn.iconscout.com/icon/free/png-256/night-mode-2-475098.png');
    background-size: cover;
    width: 60px;
    height: 60px;
    border: none;
    cursor:pointer;
    overflow: hidden;
}

.dark-mode {
    background-color: black;
    color: #dbe9f4;
    }
    p {
        display: inline-block;
    }

.table{
    margin-top: 50px
}
.btcConversion {
    position: absolute;
    top: 7.5%;
    left: 35%;
    font-weight: bold;
}