body {
  font-family: system-ui;
background-color: #000000;
}
a {
  color: black;
  text-decoration: none;
}
.button {
  display: inline-block;
  background-color: #f8e71c;
  border: none;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 32px;
  width: 250px;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 25px
}
  .button:hover {
    color: black;
    background-color: #01afd1;
}
img {
  width: 98.5%;
  height: auto;
}
.button {
  display: block;
border: solid 12px;
border-color: black;
  width: 100%;
  background-color: #f8e71c;
  color: white;
  cursor: pointer;
  padding: 14px 28px;
  font-size: 30px;
  text-align: center;
}

.button:hover {
  background-color: #01afd1;
  color: black;
}
a{
color: white;
text-decoration: none;
    font-family: 'Lateef';font-size: 22px;
}
footer{
background-color: #01afd1;
font-size: 20px;
color: white;
  cursor: none;
  text-align: center;
  font-family: arial; important!
margin: 100px;
}