.topbar {
    display: none;
}
.proto {
    font-family: helvetica neue, helvetica, sans-serif;
    padding: 10px;
    width: 100%;
    background-color: #0b2035;
    font-weight: bold;
    color: #c3b495;
}
.proto a:any-link {
    padding: 5px;
    color: #fca130;
    text-decoration: none;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    margin:0;
    background: #fafafa;
}
