@font-face {
    font-family: AlegreyaSC;
    src: url(../webfonts/AlegreyaSC-Regular.woff2) format('woff2')
}

body
{
    font-family: 'AlegreyaSC', serif;
    background-color: #fff7ed;
    color: #790f07;
    text-align: center;
    font-size: 16pt;
}

a
{
    color: #790f07;
}

h1 img
{
    max-height: 50vh;
}

#socialNetworks
{
    display: flex;
    justify-content: center;
    gap: 15vw;
    font-size: 36pt;
    margin-top: 0;
}

#socialNetworksIntro
{
    margin-bottom: 0;
}