#profile {
    padding-top: 11vh;
    width: 100vw;
    min-height: 100vh;
    background: #71767a;
    overflow-x: hidden;
}

#profile .left {
    width: 80%;
}

#profile .right {
    width: 20%;
}

#profile .right button{
    width: 100%;
    margin-top: 20%;
}

.noBack {
    background: none;
    color: black;
    border: none;
}

a {

    color: #fff;
}