body {
    background-color: #333;
    color: white;
    font-family: Arial, sans-serif;
  }
  .form-container {
    margin: 50px auto;
    width: 500px;
    text-align: center;
    font-family: 'Comic Sans MS', 'Comic Sans', cursive;
  }
  .textdown{
    margin: 50px auto;
    width: 500px;
    text-align: center;
    font-family: 'Comic Sans MS', 'Comic Sans', cursive;
    color:black;
  }
  input[type="text"], input[type="email"], input[type="password"] {
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #444;
    color: white;
    border: none;
    border-radius: 5px;
  }
  input[type="submit"] {
    padding: 10px 20px;
    background-color: #00a650;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  body {

    background-image: url('./bgsignup.png');
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
footer {
  background-color: #47774b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  font-size: 10px;
  }