body{
    background-color: green;
    
}

h1{
    
    color: white;
    text-align: center;
    position:absolute;
    top: 500px;
}
p{
    text-align: center;
    color:white;
    position:absolute;
    top:600px;
}

h1 a{
    color:yellow;
    
}