body{
    background-color: black;
    align-content: center;
    text-align: center;
}

h1{
    position: relative;
    margin: auto;
    align-content: center;
    text-align: center;
    color: white;
    padding-bottom: 15px;
}
h2{
    position: relative;
    margin: auto;
    align-content: center;
    text-align: center;
    color: white;
}
p{
    position: relative;
    margin: auto;
    align-content: center;
    text-align: center;
    color: white;
}
a{
    position: relative;
    margin: auto;
    align-content: center;
    text-align: center;
    color: lightblue;
    text-decoration: none;
}