
@charset "UTF-8";

:root {
    -grobel-fonts: "Kiwi Maru Static";
}

html {
    font-family: var(--grobal-fonts);
}

body {
    font-family: Kiwi Maru;
    background-position: top;
    background-size: cover;
}

header {
    unicode-bidi: isolate;
    display: revert;
    color: #f2c9c9;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0px;
    margin: 0 150px 0 0;

}

a {
    color: #f2c9c9;
    text-decoration: none;
}

.menu-text{
    text-align: end;
    padding: 50px 25px;
}

.title {
    color: #f2c9c9;
    text-align: center;
    margin: 50px 0;
}

.my-pic {
    display: block;
    width: 350px;
    height: auto;
    border-radius: 60px;
    margin: auto;
}

.profiele-text {
    color: #c8ac97;
    text-align: center;
    padding: 50px auto;
}

p {
    text-align: center;
    color: #f2c9c9;
}

.skil{
    color: #f2c9c9;
    text-align: center;
    margin: 50px 0 10px 0;
}

.tool{
    color: #f2c9c9;
    text-align: center;
    margin: 50px 0 10px 0;
}

ul{
    list-style-type: none;
}

li{
   text-align: center;
    color: #f2c9c9; 

}