@import url('./fonts/PkgTTC-IosevkaSS04-33.2.6/IosevkaSS04-Bold.ttc');

ui{
    margin: 0;
    padding: 0;
}

body{
    background-image: url('./images/beach.jpg');
}

ul li{
    float: left;
    list-style: none;
}

ul li a{
    display: block;
    height: 30px;
    width: 100px; 
    background-color: transparent;
    color: white;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    margin: 5px;
    transition: 0.7s;
    border-radius: 20px;
}

ul li a:hover{
    background-color: transparent;
    color: black;
}

.demo{
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 6px;
    margin-left: 10px;
    transition: 0.7s;
}
.menu:hover .demo{
    background-color: black;
    color: black;
}

@font-face{
    font-family: iosevka-bold;
    src: url('./fonts/PkgTTC-IosevkaSS04-33.2.6/IosevkaSS04-Bold.ttc');
}