header { 
    background-color: aqua;
    text-align: center;
    border-radius: 20px;
    padding: 10px;
}

h1 {
    font-size: 36px;
}

.hide {
display: none;
}