.main {
    text-align: center;
    background-color:  pink;
    padding: 10px;
    margin: 40px;
    border-radius: 25px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    border: solid white 4px;

    h1 {
        background-color: lightcoral;
        padding: 40px;
        border-radius: 15px;
        margin: 40px;
        border: solid white 4px;
    }

    p {
        background-color: rgb(252, 174, 186);
        padding: 40px;
        border-radius: 15px;
        margin: 40px;
        border: solid white 4px;
    }
    
    img {
        border-radius: 15px;
        border: solid white 4px;
    }
}

.credit {
        background-color: lightpink;
        padding: 20px;
        border-radius: 15px;
        margin: 40px;
        border: solid white 4px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        color: white;
        border: solid white 4px;
}