header{
    background-color: rgb(83, 83, 83);
    font-family: monospace;
}


body{
    background-color: black;
    font-family: monospace;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

div.webTitle{
    text-align: justify;
}

.webTitle{
    color: goldenrod;
}

img.webTitle{
    margin-right: 20px;
    width: 125px;
    height: 125px;
    background-color: black;
}

div.mainText{
    text-align: center;
    color: whitesmoke;
}

img.bitcoin{
    width: max-content;
    height: max-content;
}

footer{
    background-color: black;
    font-family: monospace;
}

nav.basPage{
    color: whitesmoke;
    font-size: small;
    justify-content: space-evenly;
}

a:link{
    color: goldenrod;
}

a:hover{
    color: rgba(235, 235, 30, 0.884);
}
a:visited{
    color: green;
}
p.basPage{
    color: rgba(255, 255, 255, 0.5);
}