h1 {
    color: #1eb6e8;
    font-size: 40px;
}
p { 
    color: #e1f7ff;
    font-size: 25px;
}
body {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: black;
    font-family: "Arial", "Helvetica", sans-serif;
    
}
.p1 {
    margin-top: 30px;
    font-size: 20px;
}