a {
    text-decoration: none;
}

body {
    background-image: url("assets/pigs.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: mistyrose;
    display:flex;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    min-width:100vw;
    text-align: center;
}

.box {
    display:flex;
        align-items: center;
        justify-content: center;  
}

footer {
    font-family: "luminari", "Academy Engraved Let", "zapfino";
    margin:2.5em 0;
}

footer a {
    color:linen;
    text-shadow: 0px 0px 3px black;
}

h1 {
    padding:10px;
    color:white;
    font-family: "chalkboard", "Papyrus";
    font-size:40px;
    min-width:350px;
    cursor:pointer;
    text-align: center;
    text-shadow: 0px 0px 4px black;
    width:100%;
}

h3 {
    margin:2em 0;
    padding:10px;
}

header {
    display:flex;
        align-items: center;
        justify-content: center;
    width:auto;
    margin:3em 0;
}

main {
    background-color: mistyrose;
    border-radius: 50px;
    color:inherit;
    font-family: "chalkboard", "Papyrus";
    min-width:350px;
    min-height:90vh;
    padding:10px;
    opacity: 0.96;
}

p {
    background-color: lavenderblush;
    border-radius:10px;
    margin:16px auto;
    max-width: 600px;
    padding:10px;
}

.pig-latin-text {
    background-color:rosybrown;
    border: 1px solid grey;
    border-radius: 5px;
    color:white;
    font-family: "chalkduster" ,"Papyrus";
    font-size:18px;
    height:auto;
    margin: 15px 0;
    padding:10px;
    max-width:800px;
    min-height:80px;
    min-width:90%;
    text-align: left;
    text-indent:1em;
    text-overflow: ellipsis;
}

textarea {
    background-color: darkslategrey;
    border-radius:5px;
    color:white;
    font-family: "chalkduster" ,"Papyrus";
    font-size: 18px;
    height:80px;
    margin: 15px 0;
    padding:10px;
    max-width:800px;
    min-width:90%;
    text-align: left;
    text-indent:1em;
}

textarea:focus {
    outline:none !important;
}


@media (max-width:600px) {

    body {
        margin:0;
    }

    footer {
        margin:3em 0;
    }

}
