@font-face {
    font-family: "Ubuntu-BoldItalic";
    src: url("webfonts/Ubuntu-BoldItalic.ttf");
}

html, body {
    height: 100%;
}

body {
    background: #000000;
    background: linear-gradient(75deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(28,28,28,1) 50%);
}

.logo {
    color: white;
    font-size: 400%;
    font-family: Ubuntu-BoldItalic;
}

.logo .fa-bitcoin {
    color: #ff9900;
}
