.Butt1,
.Butt2,
.Butt3{
    cursor: pointer;
}
.Butt1-text,
.Butt2-text,
.Butt3-text{
    display: none;
}
.Butt1-text.active,
.Butt2-text.active,
.Butt3-text.active{
    display: block;
}