*{
    box-sizing: border-box;
}
body{
    background-color: rgb(156, 105, 170);
}
ul{
    list-style-type: none;
}
h1{
    text-align: center;
    color: rgb(31, 21, 34);
    font-family: 'Times New Roman', Times, serif;
    font-size: 42px;
}
.tekst{
    line-height: 1.7;
    color:rgb(31, 21, 34);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 5000;
}
a{
    color:rgb(31, 21, 34);
}
a:hover{
    color: rgb(235, 169, 255);
}
li{
    font-size: 17px;
}