@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap');



body {

  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
font-family: 'Nunito', sans-serif;
  color: #222; }

h1, h2, h3, h4, h5, h6 {
  color: #222;
font-family: 'Nunito', sans-serif;
  font-weight: 400;
  margin-top: 0; }

h1 {
  font-size: 36px;
  line-height: 42px; }

h2 {
  font-size: 32px;
  line-height: 36px; }

h3 {
  font-size: 24px;
  line-height: 30px; }

h4 {
  font-size: 18px;
  line-height: 24px; }

h5 {
  font-size: 14px;
  line-height: 18px; }

h6 {
  font-size: 12px;
  line-height: 24px; }
.login-card {
  width: 150px;
  margin-left: auto; /* viib paremale */
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* kerge vari */
}

.login-card:hover {
  background-color: #f0f0f0; /* hele hall taust */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* tugevam vari */
  transform: translateY(-2px); /* kergelt tõstetud hoveril */
}
