header{
    text-align: center;
    color: saddlebrown;
    font-family: cursive;
    width: 100%;
    cursor:url("cursor2.png"), auto;


}
main{
    cursor:url("cursor2.png"), auto;
}
body {background-color: darkseagreen;
    cursor:url("cursor2.png"), auto;}
section#rühmatabel{
    th {
        border: 1px solid black;
        border-radius: 10px;
        padding: 25px;
        background-color: saddlebrown;
        ;
        align-items: center ;
        cursor:url("cursor2.png"), auto;

    }
    margin-left: 38%;



}
a{
    text-decoration: none;
    color: white;
    cursor:url("cursor2.png"), auto;
}
a:hover{
    color: yellow;

}
nav{
    cursor:url("cursor2.png"), auto;
}

