body {
  background-color: black;
  color: red;
  text-align: center;
  font-family: A;
}

 a:focus {
        outline: none;
    }

.textcontainer {
  margin-left: -1020px;
  margin-top: -65px;
}

.textcontainer2 {
  margin-top: 100px;
}

.imgcontainer {
  margin-left: -1300px;
}

@font-face {
  font-family: A;
  src: url(https://codehs.com/uploads/cf63492c48e02cc7e57539eba146d4cc);
}

button {
  font-family: A;
  background-color: white;
  border: 5px solid black;
}