body
{
     font-family: 'Open Sans', sans-serif;
            font-size: 90%;
            line-height: normal;
            background-image: url('aerial.png');
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
        }
        .nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 90%;
            font-size: 16px;
            text-align: center;
        }

        .nav a {
            text-decoration: none;
            color: black;
            font-weight: bold;
        }

        .separator {
            margin: 0 20px;
        }

        p {
            align-items: center;
            text-align: center;
            margin-left: 10%;
            margin-right: 10%;
            margin-bottom: 0px;
        }

        .instagram-wrapper {
            display: inline-block;
            transform: scale(1.2);
            transform-origin: top center;
            margin-left: 20%;
        }
