body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

button {
    background-color:rgb(82, 248, 6)
    

}

button {
    padding-left: 30px;
    padding-right: 30px;
}

button:hover {
    background-color:aqua
}

img {
    width: 100%;
    height: auto;
}

h1 {
    color: teal;
    text-transform: uppercase;
}
h2 {
    color: lightcoral;
}

div {
    height: 200px;
}