body {
    background: black;
    font-family: "Brandon Light";
}

.Text1 {
    color: white;
    text-align: center;
    padding: 70px 0;
    text-decoration: none;
}

.Text2 {
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    font-family: "Brandon Light";
}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 0;
    font-family: "Brandon Light";
   }

.center {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}