.inline-image {
    width: 100%;
    border-style: solid;
}
.bitcoin-button {
    color: orange;
}

.twitter-button {
    color: lightskyblue;
}

.github-button {
    color: violet;
}

body {
    background-color: rgb(219, 225, 231);
    color: darkslategrey;
}

main a {
    color: black;
    text-decoration: underline;
}

a:hover {
    color:blueviolet
}

hr {
    height: 1px;
    background-color: darkslategray;
}