.profilepic {
    width: 100%;
}

.logout {
    width: 100%;
    background-color: #ffffff;
    border-radius: 50px;
    color: #FC543A;
    font-weight: 300;
    padding: 10px;
    margin-top: 20px;
    font-size: 15pt;
}

.logout:hover {
    box-shadow: 0px 15px 20px rgba(252, 84, 58, 0.4);
}