html, body{
    text-align: center;
    background-color: #fafafa;
    font-size: 30px;
    color: #008b8b;
    height: 100vh;
    margin: 0;
}

body{
    background-color: white;
}

#button{
    border: 1px solid #333;
    width: 80%;
    height: 15%;
    background-color: #333;
    color: #fafafa;
    font-size: 30px;
    margin: 10px;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
}

#button:active {
    background-color: #555;
    transform: scale(0.95);

#img{
   width: 90%;
}

#text{
   color: #333;
   font-size: 20px;
}
