h1{
    color: white;
    font-size: 50px;
    text-align: center;

}
h2{
    color: white;
    text-align: center;
}
body{
    background-image: url("backgroundImg.jpg") ;
}
button {
    position: relative;
    align-items: center;
    background-color:#0a0a23;
    color: #fff;
    border:none;
}
.h1Box{
    background-color: #242424;
    padding: 10px;

}
.h2Box{
    background-color: black;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    align-content: center;
    padding: 2px;

}
.Links {
    text-align: center;
}

.Links a {
    text-decoration: none;
}

button {
  background-color: #222;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  max-width: 250px;
  max-height: 50px;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 8px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

button:hover,
button:focus {
  opacity: .75;
}