body {
    color: #fefbf7;
    background-color: #353434;
    font-family: Arial, Helvetica, sans-serif;
}

header {
    color: #636060;
    background-color: #cfa0a8;
    border: 10px solid #faf7f7;
    min-height: 150px;
    width: auto;
    margin: 30px;
    font-size: 22pt;
}

footer {
    font-size: 8pt;
    text-align: center;
}

p {
    font-size: 16pt;
    margin: 30px;
}

nav {
    font-weight: bold;
    display: flex;
    justify-content: right;
    margin: 50px;
}

.flexbox {
    border: 2px solid #201919;
    border-radius: 20px;
    padding: 10px;
    color: #3b3636d4;
    background-color: white;
    text-align: center;
    text-decoration: none;
    margin: 10px;
}

a:hover {
    color: #faf7f7;
    background-color: #353434;
}

.heading {
    font-size: xx-large;
    font-weight: bold;
    color: #f7e9b8;
}

#selfie {
    float: right;
    justify-items: right;
    width: 18%;
    margin: 10px 100px;
    border: 5px outset #fcf9f9;
    border-radius: 10%;
    box-shadow: 5px 10px 10px #f0cc83;
}

#algonquinlink {
    font-style: italic;
    color: #11d389;
}

#JillLin {
    font-size: 48pt;
    font-weight: bold;
    font-family: 'Dancing Script', Verdana, sans-serif;
    text-align: center;
    float: left;
    margin: 20px;
}

.picture {
    justify-items: center;
    max-width: 20%;
    margin: 50px 50px;
    border: 10px double #fcf9f9;
    padding: 10px;
    transform: rotate(5deg);
}

#comment {
    height: 150px;
    width: 95%;
    margin: 10px 30px;
}

.submit {
    font-size: 14pt;
    margin: 10px 30px;
}

@media screen and (max-width: 800px) {
    header {
        width: 85%;
        font-size: 14pt;
    }

    .flexbox {
        margin-top: 60px;
    }

    #JillLin {
        font-size: 40pt;
    }

    #selfie {
        width: 50%;
    }

    #comment {
        width: 85%;
    }
}