body {
    background-color: orange;
}

h1 {
    font-size: 100px;
    text-align: center;
    color: #00ffff;
}

p {
    color: #00ffff;
    position:absolute;
    bottom: -12px;
    left: 1;
    opacity: 10;
}
