@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto Mono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: white;
    margin: 0;
    font-family: "Roboto" !important;
}

header {
    z-index: 32;
    display: flex;
    padding: 16px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-header-text);
    background-color: rgb(36, 41, 47);
    align-items: center;
    flex-wrap: nowrap;
}

.Box{
    border-width: 7px !important;
    border-radius: 0 !important;
}

.btn{
    border-width: 7px !important;
    border-radius: 0 !important;
}

#card {
    border: #d8d8d8;
}

.avatar-user {
    border-radius: 50% !important;
}

.repo-language-color {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid var(--color-primer-border-contrast);
  }

.vcard-username {
    font-size: 20px;
    font-style: normal;
    font-weight: var(--base-text-weight-light, 300);
    line-height: 24px;
    color: var(--color-fg-muted);
}

.vcard-details {
    list-style: none;
}

#logo {
    width: 32px;
    height: 32px;
}

.skip-link {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
    background-color: #ff0;
    position: absolute;
    top: 0;
    left: -9999px;
    padding: 8px;
    z-index: 100;
    clip: rect(0 0 0 0);
}

.skip-link:focus {
    background-color: #f00;
    color: #fff;
    left: 0;
    clip: auto;
}