img {
    width: 200px;
    border-radius:10px;
}

body {
    text-align: center;
    font-family: 'Arial';
    color: rgb(45, 45, 45);
    background-color: rgb(218, 218, 218);

}

.box {
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    max-width: 600px;
    margin: 50px auto;
}

button {
    padding: 12px 24px;
    font-size: 16px;
    
}