.full-nav ul li:nth-child(1){
    text-decoration: underline;
}

.main-content img {
    width: 100vw;
    margin-bottom: 2em;
    box-shadow: 10px 10px 5px 2px #a6776aaf;
    border-radius: 5px;
}

.effortless-beauty {
    margin: 2em;
}

.social-button h2 a {
    color: black;

}

.social-button{
    text-align: center;
    text-decoration: underline;
}

.top {
    animation: fadeIn 2s;
}

.bottom {
    animation: fadeIn 3s;
}

#follow-ig-bigscreen {
    display: none;
}

#lashing-out-h1 {
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 40px;
}

@media only screen and (min-width: 800px) {
.main-content{
    margin: auto;
    max-width: 1000px;
}
.main-content img {
    width: 600px;
}
.top, .bottom {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
    justify-content: space-around;
}
.footer h2{
    display: none;
}
#follow-ig-bigscreen {
    display: block;
}

}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1}
}