body {
    background-image: url("https://images2.alphacoders.com/678/67800.jpg");
}

p {
    background-color: gray;
    border-radius: 10px;
    font-family: courier, monospace;
    color: #ff0000;
    font-weight: bold;
    font-size: 20px;
}

li {
    font-size: 25px;
    font-weight: bold;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
    border-right: 1px solid #bbb;
}

li a {
    display: block;
    color: white;
    text-align: left;
    padding: 15px 15px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}