html{
    height: 100%;
}

body{
    font-family: serif;
    height: 100%;
    margin: 0;
    text-align: center;
    background-color: black;
    color: white;
}

.title p{
    margin: 30px;
    font-size: 65px;
}

.second p{
    font-size: 20px;
    color: red;
}