﻿html {
  scroll-padding-top: 5rem;
}

body {
  min-width: 320px;
}

.brand-photo,
.profile-photo {
  display: block;
  flex: 0 0 auto;
  object-fit: cover;
  object-position: top center;
}

.brand-photo {
  width: 40px;
  height: 40px;
}

.profile-photo {
  width: 56px;
  height: 56px;
}

.footer-logo {
  width: 24px;
  height: 24px;
  padding: 2px;
  border-radius: 4px;
  background: #fff;
  object-fit: contain;
}
