:root {
    /* Removed view-transition-name as it is not widely supported */
    margin: 5px;
}

html {
    display: block;
}

body {
    display: block;
    margin: 8px;
}

h1 {
    background-color: black;
    color: burlywood;
    font-style: italic;
}

.link {
    padding: 5%;
    margin-bottom: 0 0 0.5% 0;
    border: 4px double #deb887;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    color: #0a0a0a;
}

.link li:nth-child(7):hover {
    color: gray;
    border: 3px solid black;
    margin: 1px 0 1px 0;
    width: 300px;
}

a {
    color: black;
}

a:hover, a:active {
    text-decoration: none;
    color: #deb887; 
    cursor: pointer;
}

ul {
    list-style-type: circle;
}

.text {
    margin-top: 2% 0 0 0;
}

#Free_Icons {
    font-weight: 900;
}