a:link { color: black; text-decoration: none;}
a:visited { color: black; text-decoration: none;}
a:hover { color: black; text-decoration: underline;}

h1 {
   margin : 20px auto 0px auto;
}

.main {
    width : 50%;
    margin : 0px auto;
}

@media screen and (max-width: 1024px) {
    .main{
        width : 90%;
        margin : 0px auto;
     }
 }

legend {
   margin-left : 20px;
}

fieldset {
   border-color: #000;
   border-style: solid;
}



input[type="text"]
{
   padding-left:5%;
   width: 95%;
   height: 5vh;
   margin-bottom: 10px;
   font-size : 24px;
}

input[type="password"]
{
   padding-left:5%;
   width: 95%;
   height: 10vh;
   margin-bottom: 10px;
   font-size : 24px;
}

li {
   list-style: none
}

button {
  width: 100%;
  height: 5vh;
  margin-top : 20px;
  margin-bottom: 10px;
  font-size : 20px;
}