body {
    background-image: url("images/space.jpg");
    color: white;
    margin: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
h1, h2 {
   font-family:'Times New Roman', Times, serif;
    font-size: 50px;
}

p {
    font-family: sans-serif;
    font-size: 15px
}


button {
    background-color: #c6bce6;
    padding: 20px 30px;
    font-size: 15px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}
