.menu a {
    font-size: 50px;
    color: white;
    text-decoration: none;
    text-align: center;
}

.menu p {
    border: solid 1px white;
    border-radius: 15px;
    width: 70%;
    margin-left: 15%;
    padding: 1%;
    background-color: rgba(255, 255, 255, 0.085);
}

#plus-btn-mobile {
    background-image: repeating-radial-gradient(rgba(0, 94, 255, 0.545) , rgba(225, 0, 255, 0.162));
}