body
{
	  background-color: black;
    font-family: 'Inconsolata', sans serif;
}

.frame {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.content {
    max-width: 900px;
    margin: auto 20px;
}

.logo {
    width: 100%;
}

.cantspam { unicode-bidi:bidi-override; direction: rtl; }

.email {
    text-align: center;
    color: white;
    font-size: 20px;
}

@media (min-width: 480px) {
    .email {
        font-size: 40px;
    }
}