body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    height: 100%;
    width: 100%;
    color: #fff;
}

.faa {
    padding: 15px;
    font-size: 20px;
    color: #c7c6c6;
}

a,
a:focus,
a:hover {
    color: #FF0000;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 10px 3px
}

.resp-sharing-button {
    border-radius: 50%;
    transition: 25ms ease-out;
    padding: 7px 12px;
    font-size: 18px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615
}

.resp-sharing-button--facebook {
    background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}

.resp-sharing-button--tumblr {
    background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
    background-color: #222d3c
}

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1
}

.resp-sharing-button--google {
    background-color: #dd4b39
}

.resp-sharing-button--google:hover {
    background-color: #c23321
}

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293
}

.resp-sharing-button--email {
    background-color: #777
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}

.resp-sharing-button--xing {
    background-color: #1a7576
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c
}

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851
}

.resp-sharing-button--hackernews {
    background-color: #FF6600
}

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
    background-color: #FB6200
}

.resp-sharing-button--vk {
    background-color: #507299
}

.resp-sharing-button--vk:hover {
    background-color: #43648c
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}

.resp-sharing-button--whatsapp {
    background-color: #25D366;
    border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
    background-color: #1DA851;
    border-color: #1DA851;
}

.resp-sharing-button--telegram {
    background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
    background-color: #4B97D1;
}

::-moz-selection {
    color: #fff;
    background: #282828;
}

::selection {
    color: #fff;
    background: #282828;
}

input {
    caret-color: #040157;
}

.site-gradient {
    background: #ff0000;
}

p {
    font-size: 1rem;
    padding: auto;
}

#nav {
    justify-content: center;
    text-align: justify;
    padding: 2rem;
    position: relative;
}

#header-links {
    text-decoration: none;
    align-items: center;
}

#header {
    font-size: 1.5rem;
    font-weight: 500;
}

#social-media {
    width: 100%;
}

#social-media-icons {
    text-decoration: none;
    margin: 0 -.25rem;
}

#social {
    width: 2.5rem;
    height: 2.5rem;
}

#main {
    padding-top: 1rem;
    margin: auto;
    display: flex;
    min-height: 100vh;
    height: 100%;
    width: 100vw;
    align-items: top;
    justify-content: center;
}

#thumbnailpreview {
    position: relative;
    text-align: top;
    justify-content: top;
    max-width: 100vw;
    border: .25rem solid #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
}

#thumbnailpreview:hover {
    transform: scale(1.05);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
}

#ytlink {
    color: #282828;
    text-align: center;
    padding: 1.5rem 0;
    margin: .25rem;
    border-radius: 0;
    font-weight: 500;
    font-size: 1rem;
    width: 50vw;
    border: none;
}

#about {
    color: #282828;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

#thumbdloadbtn {
    color: #fff;
    padding: .75rem;
    border-radius: 0;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.25rem;
}

#thumbdloadbtn:active {
    filter: brightness(1.5);
}

.thumbdloadbtn {
    color: #fff;
    border: none;
    white-space: nowrap;
    min-width: 50vw;
    padding: .75rem;
    margin: .5rem 0;
    text-align: center;
    border-radius: 0;
    font-weight: 700;
    font-size: 1.25rem;
    cursor: pointer;
}

.thumbdloadbtn:active {
    filter: brightness(1.5);
}

#footer {
    padding: .5rem;
    font-weight: 500;
    font-size: 1.5rem;
}

#copyright {
    text-align: center;
    font-size: 12px;
}

#copyrightlink {
    font-size: 12px;
    color: #fff;
}

@media only screen and (max-height:440px) {
    #nav {
        padding: .25rem;
    }

    #main {
        margin: 3rem auto;
    }
}

@media only screen and (max-height:380px) {
    #header {
        font-size: 3vw;
    }

    #main {
        margin: 5rem auto;
    }
}

@media only screen and (max-height:280px) {
    #main {
        margin: 7rem auto;
    }
}

.heart {
    color: #fff;
    font-size: 2.5px;

}

.fa-beat {
    animation: fa-beat 2s ease infinite;
}

@keyframes fa-beat {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(.97)
    }

    35% {
        transform: scale(.9)
    }

    45% {
        transform: scale(1.1)
    }

    55% {
        transform: scale(.9)
    }

    65% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(1.03)
    }

    100% {
        transform: scale(1)
    }
}

.links {
    text-align: center;
    margin: 10px
}

.links a {
    background: #282828;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 4px 10px;
    text-decoration: none;
    transition: all .3s ease;
}

.links a:hover {
    border-color: #000
}

.links a:hover {
    opacity: .7
}