body {
    background-color: gold;
}

p {
    font-size: 1cm;
    font-family: "Audiowide";
    text-shadow: 0px 0px 25px yellow;
    border-radius: 12px;
    border-style: solid;
    position: absolute;
    padding: 5px;
    top:53%;
}

.menu {
    position: absolute;
    top: 55%;
    left: 50%;
    font-size: 0.5cm;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    list-style-type: none;
}
.menu-item {
    display: inline;
    padding: 5px;
    
}