*,
html {
    margin:0;
    padding:0;
}

.contaier {
    width: 100%;
    height: 200vh;
}

body {
    background-repeat: no-repeat;
    background-position: ;
    background-size: cover;
}

.ul-navbar {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.il-navbar {
    color: white;
    list-style-type: none;
    padding: 10px;
    margin: 5px;
    text-decoration: none;
}

.a-navbar {
    color: white;
    text-decoration: none;
    background-color: black;
    list-style-type: none;
    padding: 10px;
    margin: 5px;
    border: 1px solid white;
}

.tabel {
    display: flex;
    justify-content: right;
    width: 100px;
}