*
{
    margin: 0;
    list-style: none;
}




@font-face
{
    font-family: 'BoldPixels';
    src: url('fonts/BoldPixels.ttf') format('truetype');
}




body
{
    height: 100vh;
    align-items: center;
    justify-content: center;
}




#pixr_run
{
    margin-top: 2%;
    text-align: left;
    display: flex;
}

#pixr_run img
{
    width: 15%;
    height:auto;
    margin-left: 1%;
}

#pixr_run h2
{
    font-family: 'BoldPixels';
    font-size: 56px;
    margin: 0.5% 0;;
}

#pixr_run_text
{
    margin: 3%;
}

#pixr_run_text p
{
    font-size: 20px;
}


#socials
{
    display: flex;
}

#social_icons
{
    margin: 20px;
    font-size: 8em;
    height: 100px;
    width: 100px;   
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    width: 250px;
    border-radius: 162px;
    background: #ffffff;
    box-shadow:  10px 10px 20px #bec2c7,
                 -10px -10px 20px #fcffff;
}

#social_icons:hover
{
    border-radius: 162;
    background: #ffffff;
    box-shadow: inset 5px 5px 8px #cbcfd5,
                inset -5px -5px 8px #eff3f9;
}




.navbar {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    align-items: center;
}

.navbar .nav-links {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    justify-content: end;
}

.navbar a {
    text-decoration: none;
    color: #3c7698;
    padding: 14px 40px;
    font-size: 32px;
    font-family: 'BoldPixels';
    border-radius: 70px;
    margin: 0 20px;
}

.navlinks
{
    border-radius: 70px;
    background: #ffffff;
    box-shadow:  5px 5px 0px #4f9bc6,
             -5px -5px 0px #4f9bc6;
}

.navbar img {
    width: 500%;
    height: auto;
    display: block;
    margin-right: 100%;
}




footer
{
    margin-top: 14.5%;
    padding: 10px;
    background-color: #f1f1f1;
}