body {
    font-family: "Lucida Console", "Courier New", monospace;
    color: rgb(97, 97, 97);
    background-color: #080808;
    text-align: center;
}
.title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 70px;
    padding: 50px;
}
p {
    font-size: 35px;
    padding: 50px;
}
.p2 {
    font-size: 30px;
    padding: 50px;
}