body {
margin: 0;
padding: 10px;
}
button {
border: 0;
margin-bottom: 15px;
width: 100%;
height: 50px;
background-color: #fbc6d1;
color: #ffffff;
text-align: center;
font-size: 18px;
}
h1 {
display: flex;
justify-content: center;
}
img {
width: 100%;
}
|