h1 {
    text-decoration: underline;
    color: aqua; 
    font-size: 36px;  
}
h1 {
    border: 3px solid #ff4500;
    text-transform: uppercase;
}

/*  test */