@import url("https://fonts.googleapis.com/css?family=Overpass+Mono:400,700");

body {
    background: #121212;
    color: #fff;
    font-family:"Overpass Mono",monospace;
    font-size: 20px;

    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.panel {
    text-align: center;
    position: absolute;
    background: transparent;
    pointer-events: none;
    z-index : 99;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}

.interactive {
    pointer-events: all;
}

.btn-outline-secondary {
    color: #fff;
}

.profile {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}
