body {
  background-color: #a7f02a;
  padding: 4rem;
  font-family: sans-serif;
}

main{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;

  & > * {
    margin-bottom: 2rem;
  }
}

.hidden {
  display: none;

  &.show{
    display: block;
  }
}

.logo{
  max-width: 100%;
  height: auto;
  width: 80%;
}

a{
  color: black;
  text-decoration: underline;
  cursor: pointer;
}

#mail{
  user-select: none;
  unicode-bidi: bidi-override;
  direction: rtl;
}