body {
    background-color: #000000;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

h1 {
    font-size: 3rem;
    letter-spacing: 2px;
}

.contact-line {
    position: fixed;
    bottom: 2in;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}
