.bottom-bar {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 25;
}

.bottom-bar .container-sm {
    margin-right: 50;
}

.bottom-bar .links ul {
    display: flex;
}

.bottom-bar ul {
    justify-content: space-between;
}


.about-me .container-md p {
    font-size: 30pt;
    color: #cd9eff;
}