* {
    margin: 0;
    padding: 0;
    user-select: none;
}

#background {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: -2;
}

#everything {
    transform: translateY(50%);
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 60pt;
    letter-spacing: 0.3em;
    text-align: center;
}

#social_div {
    margin: auto;
    margin-top: 10vh;
    display: flex;
    width: 75%;
    align-content: center;
}

#make_everything_center {
    margin: auto;
}

#social_div div a svg, #social_div div a {
    height: 250px;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
}

#instagram:hover {
    fill: #e1306c;
}

#twitter:hover {
    fill: #1da1f2;
}

#paypal:hover {
    fill: #00457C;
}