
body{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
}

img{
    width: 40%;
}

#button{
    padding: 10px 15px;
    font-size: 1.6rem;
    background-color: rgb(255, 230, 0);
    color: black;
    border-radius: 5px;
}