img {
    width: 90%;
    height: fit-content;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 5%;

}
p {
    font-size: 20px;
    line-height: 1.5;
    text-align: justify;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
    padding-bottom: 2%;
}
button {
    background-color: rgba(252, 236, 236, 0.954);
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

button:hover {
    background-color: rgb(151, 145, 144);
}
