nav {
    display: none;
}


button {width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;}


    nav {
        display: block;
    }
    #menu-icon {
        display: block;
        width: 40px;
        height: 40px;
        background-color: #333;
    }
    #menu-icon img {
    width: 40px;
    height: 40px;
    background-color: #fff;

}

    ul {
      
        list-style-type: none;
    }


.login-form {
            width: 300px;
            margin: 0 auto;
            padding: 30px;
            border: 1px solid #ccc;
            border-radius: 10px;
        }
.form-control {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
    .form-group {
            margin-bottom: 25px;
        }
        .form-group input[type="submit"] {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
        .form-group input[type="submit"]:hover {
            background-color: #45a049;
        }
        .error {
            color: red;}

body {
  background-color: #141414;
  font-family: sans-serif;
  padding: 20px;
  color: white;

}

a 

{
  font-family: sans-serif;
  padding: 20px;
  color: white;
    font-weight: 900;
}


li 

{
  font-family: sans-serif;
  color: white;
}



.form {
  width: 80%;
  background-color: #252544;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  max-width: 750px;
}

h1 {
  text-align: center;
  font-size: 40px;
}

p {
  text-align: center;
  font-style: italic;
  font-size: 20px;
  font-weight: light;
}

form {
  width: 80%;
  max-width: 600px;
  min-width: 300px;
  margin: 0 auto;
  padding-bottom: 2em;
  font-size: 20px;
}

label {
  display: block;
  margin: 10px 0;
}


input[placeholder],
#dropdown,
textarea{
  font-family: sans-serif;
  font-size: 15px;
  color: #252544;
}

input[type="radio"],
input[type="checkbox"]{
  border:0;
  height: 20px;
  width: 20px;
  margin-top: -1px;
  vertical-align: middle;
}

textarea{
  padding-top: 20px ;
}

.write-area {
  padding-left: 10px;
  margin: 2px 0 0 0;
  width: 96%;
  min-height: 3em;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
}

span {
  font-size: 15px;
  font-style: italic;
}

label {
  padding: 10px;
}

input[type="submit"] {
  font-family: sans-serif;
  font-weight: bold;
  color: white;
  display: block;
  width: 60%;
  margin: 30px auto;
  height: 60px;
  font-size: 20px;
  background-color: #37af65;
  border-radius: 5px ;
  min-width: 250px;
}

input[type="submit"]:hover {
  background-color: #2b884e; /* Green */
  color: white;
}






















@media only screen and (max-width: 600px) {
  p {
  font-size: 18px;
}

.form {
  width: 100%;
  background-color: #252544;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

  .form-control {
  width: 90%;
  padding: 10px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.form-group input[type="submit"] {
  height: 50px;
  width: 90%;
  padding: 12px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;

}
body {
  background-color: #141414;
  font-family: sans-serif;
  padding: 20px;
  color: white;
  font-size: 16px;
  max-width: 96%;
}

a {
  font-family: sans-serif;
  color: white;
  font-weight: 900;
  font-size: 16px;
}

li {
  font-family: sans-serif;
  color: white;
  font-size: 16px;
}

h1 {
  text-align: center;
  font-size: 32px;
}

p {
  text-align: center;
  font-style: italic;
  font-size: 18px;
  font-weight: light;
}

label {
  font-size: 16px;
}



.write-area {
  padding-left: 20px;
  margin: 5px 0 0 0;
  width: 90%;
  min-height: 3em;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}

}