body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
}

.all {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  text-align: center;
  background-color: #f4f4f4; 
  color: #3498db;
  border-radius: 10px;
  width: 400px;
}

h1 {
  margin-right: 50px;
  color: #3498db;
}

#homepage {
  width: 25px;
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  cursor: pointer;
}

form {
  margin-bottom: 10px;
}

input[type="text"],
input[type="password"],
input[type="repeatpassword"],
input[type="email"] {
  padding: 10px;
  margin-bottom: 10px;
  width: 230px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

input[type="submit"] {
  width: 150px;
  padding: 10px 20px;
  background-color: #3498db;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 15px;
}

.error {
  color: #e74c3c;
  margin: 0;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.4;
}

#signup {
  color: #3498db;
  text-decoration: none;
}

#signup:hover {
  text-decoration: underline;
}

#zpet {
  color: #3498db;
  text-decoration: none;
  font-size: 25px;
  float: left;
  margin-top: 20px;
  margin-left: 30px;
}
