
body{
    background-image: url("winnie.jpg");
    background-color: #cccccc;
    height: 100%;
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lenker{
    text-align: center;
    
}
h1{
    background-color: white ;
    padding-left: 10px;
    color: purple;
    font-size: 50px;
    text-align: center;
}
a{
    color: white;
    font-size: 30px;
}