.w-10 {
    width: 10%;
}

.w-70 {
    width: 70%;
}

.text-center {
    text-align: center;
}

.text-lg {
    font-size: 18px;
}

