html{
    background-color: black;
}
#button{
    background-color: #80b3ff;
    border-radius:  25%;
    position: absolute;
    top: 15%;
    left: 60%;
}
h2{
    color:white;
    font-size: 15px;
    font-family: sans-serif;
    text-align: center;
}

h1{
    color:white;
    font-size: 30px;
    font-family: sans-serif;
    text-align: center;
    padding: 10px;
}
img{
    text-align: center;
    position: absolute;
    top: 20%;
    left: 20%;
}