body{
    background-color: black;
    height: 100vh;
    width: 100%;
}
.centralContainer{
display: flex;
justify-content: center;
align-items: center;
height: 80vh;
}
.footer{
    display: flex;
align-items: center;
align-content: center;
justify-content: center;
}
p{
    color:white
}
h1{
    color:white;
    font-size: 300%;
}