html {
    font-size: 14px;
}

body {
    margin: 0;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.page-header {
    background-color: white;
}
.page-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
    padding-left: calc(2rem + 24px);
    padding-right: calc(1.5rem + 24px);
    margin: auto;
    height: 52px;
}
.center {
    justify-content: center;
}
.content {
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.logo {
    height: 16px;
}

.avatar {
    height: 32px;
    width: 32px;
    border-radius: 50%;
}
.avatar img {
    height: 32px;
}