h1 {
    color: blue;
}
 .box {
    width: 200px;
    height: 200px;
    border: 2px solid black;
    border-radius: 10px;
} 