p {
    font-size: 20px;
    line-height: 1.5;
    text-align: justify;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.centered-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.w3-container {
    text-align: center;
}
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);
}
