div {
    background-color: blue;
    width: 400px;
    height: 400px;
}
.box-1 {
    background-color: blueviolet;
}
.text-1 {
    font-size: 50px;
}