html, body{
    text-align: center;
    background-color: #fafafa;
    font-size: 30px;
    color: #008b8b;
    height: 100vh;
}

body{
    background-color: white;
}

#button{
    border: 1px solid #333;
    width: 80%;
    height: 15%;
    background-color: #333;
    color: #fafafa;
    font-size: 30px;
    margin: 10px;
}

#img{
   width: 90%;
}

#text{
   color: #333;
   font-size: 20px;
}
