/* Add styles here */
body{
    background-color: black;
}

h1,h2 {
    color: wheat;
}
img {
    width: 20vw;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
button {
    position: absolute;
    bottom: 10px;
    left: 10px;
}