body {
    display: grid;
    justify-content: center;
    width: 500px;
    margin: auto;
    border: 2px solid #000000;
    border-radius: 25px;
    padding: 20px;
    font-family: Helvetica, Arial, sans-serif;
}

.profile img {
    width: 350px;
    padding-left: 65px;
}

.title {
    text-align: center;
}

.icons ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    }

ul {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    padding: 0;
    }

.icons img {
    width: 30px;
}

.artworks img {
    padding: 5px 5px 1px;
    width: 150px;
}

.artworks li:first-child {
    background-color: #000000;
}

.artworks li:last-child {
    background-color: #000000;
}

.contact {
    border: 1px solid #000000;
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
}

.contact img {
    padding-top: 15px;
    padding-right: 10px;
    width: 20px;
    float: left;
}

.links {
    text-align: center;
}

ol {
    list-style: none;
}

.links li {
    border: 1px solid #000000;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 35px;
}

.links li:nth-child(even) {
    background-color: green;
}

.resources img {
    width: 20px;
    float: left;
}

nav {
    margin-top: 10px;
    margin-bottom: 10px;
    clear: left;
}

a:link {
    color: #ffd000;
    text-decoration: none;
}

a:visited {
    color: #2723ff;
    text-decoration: none;
}

a:hover {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

a:active {
    color: #ff5e00;
    text-decoration: none;
}