ul.navigation{
    background-image: url(bgimg/six-pointed-star-svgrepo-com.svg);
    background-size: cover;
    border: 8px solid #817c7c;
}

 nav {
        border: 1px solid #444;
        padding: 4rem;
        background-color: white;
    }
    nav ul {
        height: 500px;
        width: 500px;
        background-image: url(img/six-pointed-star-svgrepo-com.svg);
        margin: 4rem auto;
        padding: 0;
        background-size: 90%;
        position: relative;
        border: 23px solid rgba(0, 0, 0, 0.1);
        background-repeat: no-repeat;
        border-radius: 310px;
        background-position: center;
        list-style-type: none;
        
    }
    li.social {
        display: block;
        width: 100px;
        height: 100px;
        position: absolute;
    }
    li.social svg {
        display: block;
        height: auto;
        width: 100%;
    }
    li.behance {
        top: -105px;
        left: 202px;
        fill: #053eff;
    }
    .social.facebook {
        top: 54px;
        left: 491px;
        fill: #1877F2; 
    }
    .social.instagram {
	    top: 343px;
	    left: 490px;
        fill: #bc2a8d;
    }
    .social.github {
	    top: 522px;
	    left: 202px;
        fill: black;
    }
    .social.snapchat {
	    top: 54px;
	    left: -102px;
        fill: #FFFC00;
        stroke: black;
        stroke-width: 0.7px;
    }
    .social.mastodon {
	    top: 343px;
	    left: -102px;
        fill: #6364FF;
    }

    header {
    display: flex; /* put things side by side */
    background-color: darkgreen; 
    height: 2rem; /* 1 rem = 16 px */
    line-height: 2rem; /* line of text = height = vertical centered text */
    color: white;
    border-bottom: 4px solid rgb(0, 65, 0); /* width + type + color */
}

a:active {
  filter: blur(2px); /* Adjust the pixel value for more or less blur */
}



header p {
    font-family: Suse Mono, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    margin-left: 1rem;
}

header img {
    width: 4.5rem;
    height: 2rem;
}

body {
    background-color: rgb(70, 232, 105);
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2rem;
    text-align: center;
    margin: 8px;

}

footer {
    font-family: Suse Mono, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    display: flex; /* put things side by side */
    background-color: darkgreen; 
    height: 2rem; /* 1 rem = 16 px */
    line-height: 2rem; /* line of text = height = vertical centered text */
    color: white;
    border-bottom: 4px solid rgb(0, 65, 0); /* width + type + color */
}