
/* global tag */
body {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 30px;
    word-spacing: 5px;
    margin: 0;
    padding: 10px 10px;
}


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

h2 {
    color: lightcoral;
}

button {
    background-color: lightblue;
    color: blue;
    width: 300px;
    height: 50px;
    font-size: x-large;
    text-decoration: underline;
    
}
button:hover {
    color: yellow;
    background-color: blue;
}
img {
    width: 100%;
}
div {
    height: 200px;
}