body
{
    background: linear-gradient(to top, red, yellow);
    height: 1000%;
}

.povidani
{
    padding-right: 15px;
    padding-bottom: 50px;
    padding-top: 5px;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    border: 2px solid;
    background-color: #ADA8B6;
    border-radius: 20px;
    padding-bottom: 2px;
    margin-bottom: 50px;
    text-decoration: none;
    width: 500px;
    
}

a
{
   text-decoration: none;
}