html{
    cursor: url('/media/icons/Knight_Cursor_32x32.png'), default;
}

a{
    cursor: url('/media/icons/Knight_Cursor_32x32.png'), default;
}

.nav{
    position: fixed;
    top: 0;
}

.SocialLinks{
    background-color: #7aa0a7;
    width: 10em;
    text-align: center;
    border-color: rgb(228, 98, 98);
    border-width: ,25em;
    border-style: solid;
}

.SocialLinks li{
    list-style: none;
    text-align: left;
}

.SocialLinks img{
    width: 4em;
}

.footer{
    position: fixed;
    align-items: center;
    bottom: 10px;
}