@import 'font.css';
@import 'variables.css';

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  min-height: calc(100vh - 15.102rem);
}

.user-avatar {
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1;
}

.avatar-button {
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #7e7e7e !important;
  border-radius: 50%;
  aspect-ratio: 1;
}

.title-icons {
  margin-right: 0.8rem;
}

.pwd-toggle {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-left: -2rem;
}

.pwd-toggle:hover {
  cursor: pointer;
}
