body {
    font-family: Arial, sans-serif;
    background-color: #f0f8ff;
    text-align: left;
    color: #333;
}

h1, h2, h3 {
    color: #ff6f61;
    background-color: lightgray;
}
h2 {
    color: blue;

}
h2 {
      display: inline-block; 
      background-color: lightblue; 
      border: 2px solid blue;
      padding: 5px; 
      border-radius: 5px;
}

input, button {
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    border: none;
}

button {
    background-color: #ff6f61;
    color: white;
    cursor: pointer;
}

button:hover {
    background-color: #ff856d;
}

ul {
 list-style-type: none;
}
