body{
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  background-color:#797979;
  color:#ffffff;
  margin: 0px 0px 30px 0px;
  color: white;
}

h1{
  font-size: 30px;
  text-shadow: 2px 2px 4px #000000;
}

h2{
 font-size: 15px;
 color:#fdf6f6c7;
}

ul{
  list-style-type:none;
  line-height:1,5px;
  padding-left:0px;
  font-size: 15px;
}

a{
  color:#161616;
  font-size: 13px;
  text-decoration: none;
}

input{
  font-family: 'Courier New', Courier, monospace;
  border-radius: 5px;
  width: 25%;
  height: 25px;
}

button{
  background-color: #080808;
  border: none;
  color: rgb(243, 239, 239);
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
}

img{
  padding: 5px;
  width: 300px;
}

.footer {
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000000;
  color: white;
  text-align: center;
  font-size: 10px;
}