*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Times New Roman', Times, serif;
    background-image: url('../images/Background\ image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
p:nth-child(1){
    font-size: 50px;
    text-align: center;
    margin-top: 400px;
    color: #fff;
    margin-bottom: 50px;
}
p:nth-child(2){
    font-size: 35px;
    color: #fff;
    text-align: center;
}
a{
    color: #fff;
    text-decoration: none;
}