.sms-account {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.account-info {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
}
.account-title{
    width: 100%;
    margin-bottom: 2vh;
}
.account-data {
    width: 33%;
    margin-bottom: 3vh;
}

.account-data p {
     padding : 5px;
}



.stat {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.side-number {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.number {
    font-size: 300%;
    color: #3195ff;
}

.update-btn {
    width: 100%;
    padding: 10px;
    margin-left: 0;
}

.update-form{
    width: 90%;
    margin-top: 2%;

}

.form-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.form-data {
    width: 38%;
}

.btn-co {
    margin-bottom: 0;
    align-self: center;
}

.btn-co-div {
    align-self: flex-end;
    width: 20%;
}

