
html {
    cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="%23FF5100" stroke="%23FF5100" stroke-width="2"></circle></svg>'),
    zoom-out;
}



html, body {
    
    margin: 0;
    padding: 0; 
    background-color: black;
    font-family: "Syne";
    font-optical-sizing: auto;
    color: #FFFFFF;
}

/* links properties */

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

#link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

/* top nav */

h1 {
    font-weight: 400;
    font-size : 30px;
    margin: 0;
    padding: 0;
}

.name {
    position: fixed;
    top: 10px;
    left: 2vw;  
}

.barr {
    margin-bottom: 1px;
}
.projects {
    position: fixed;
    top: 10px;
    right: 2vw;
    text-decoration: underline;
}

.about {
    position: fixed;
    bottom: 15px;
    left: 2vw;
}

.hi {
    position: fixed;
    bottom: 15px;
    right: 2vw;
}



/* projects menu */


.projectsmenu {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 100vw;
    padding-bottom: 30px;
    margin-top: 8vh;
}



.list {
    font-weight: 400;
    font-size : 45px;
    margin: 0;
}

p {
    font-weight: 200;
    font-size : 14px;
    margin: 0;   
}

.emptyone {
    display: flex;
    flex: 1;
    margin: 0;
    margin-left: 2vw; 
;  
}

.list {
    display: flex;
    flex: 2;  
    margin: 0;
    margin-left: 2vw; 
}

li {
list-style: none;
    list-style-type: none;
}

.emptytwo {
    display: flex;
    flex: 1;
    margin: 0;
    margin-left: 2vw; 
    margin-right: 2vw; 
}


@media only screen and (max-width: 768px) {
    section.projectsmenu {
        flex-direction: column;
        margin-top: 0;
        margin-top: 8vh;
    }

    .list {
        font-size: 35px;
    }

    h1 {
        font-size: 25px;
    }
    
    
    .name {
        left: 4vw;
    }
    
    .about {
        left: 4vw;
    }
    
    .projects {
        right: 4vw;
    }
}