img{
    width: 200px;
}
.more-skills {
    width: 300px;
    margin: 5px;
}
body {
    transition: .2s background;
    background: rgb(255,0,53);
    background: linear-gradient(135deg, rgba(33,34,176,1) 0%, rgba(255,0,53,1) 100%);
    height: 2000px;
}
#restoreBtn {
    color: white;
}
.skills {
    width: 100px;
    margin: 5px;
}
.other-skills {
    width: 100px;
    margin: 15px;
}
.gh-link {
    width: 50px;
    margin: 5px;
}
ul {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}