HOW DO I MAKE MY ICON NOT CIRCULAR?
remove this branch of code in your CSS img#avatar.avatar { border-radius: 1000px; box-shadow: 2px 2px 5px black; }
remove this branch of code in your CSS
img#avatar.avatar {
border-radius: 1000px;
box-shadow: 2px 2px 5px black;
}