body, #id , #bottom {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#name {
    color: black;
}
.center {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



#bottom {
    position: absolute;
    bottom: 24px;
}

.primary-buttom {
    background-color: #07c160;
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px;
    border-width: 0px;
}

.text {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
