body {
    background-color: #000;
    font-family: 'Lato', sans-serif;
    padding: 2rem 1rem;
}

h1 {
    color: whitesmoke;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 3rem;
    text-align: center;
    font-style: italic;
}

.date {
    margin-top: -0.5rem;
}

h2 {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-style: italic;
    text-align: center;
    padding-bottom: 2rem;
}

p {
    color: white;
    font-weight: 300;
    font-size: 1rem;
    padding: 1rem;
}

.bold {
    font-weight: 400;
}

i {
    color: white;
}

.it {
    font-style: italic;
    font-size: 1.1rem;
}

ul {
    display: flex;
    margin-left: none;
    justify-content: center;
    align-items: center;
    
}

li {
    margin-right: 1rem;
    list-style: none;
}

img {
    border-radius: 4px;
}

.pre {
    white-space: pre-wrap;
}

section {
    display: flex;
    flex-direction: column;
}

.right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.instax-photo {
    border-radius: 4px;
}

.sig {
    width: 160px;
}

.shen {
    width: 150px;
    float: left;
    margin-right: 2rem;
    margin-bottom: 1rem;
}

.beach {
    width: 150px;
    float: right;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.instx {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
}

.instx img {
    border-radius: 4px !important;
}

.instax-photo {
    width: 256px;
}

.instax-photos img {
    position: relative;
    border-radius: 4px;
    box-shadow: -20px -5px 50px #202020;
    width: 200px;
}

.instax-photos img:first-of-type {

}

.instax-photos img:last-of-type {
    
    bottom: 100px;
    

}

.title {
    width: 100%;
    display: block;
    text-align: center;
}


@media (min-width: 500px) {
    .shen {
        width: 200px;
        float: left;
        margin-right: 2rem;
        margin-bottom: 2rem;
        rotate: -3deg;
        position: relative;
        left: -20px;
    }
    
    .beach {
        width: 200px;
        float: right;
        margin-left: 2rem;
        margin-bottom: 2rem;
        rotate: 3deg;
        position: relative;
        left: 20px;
    }
}


@media (min-width: 750px) {
    section {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
    }

    h1 {
        display: block;
        width: 100%;
    }

    p {
        font-size: 1rem;
    }

    section > div {
        width: 49%;
    }




}