        body{
            margin: auto;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .logo img{
            /* align-items: center; */
            max-width: 55%;
            height: auto;
            padding: 3.5em;
        }

        .intro{
            text-decoration: solid;
            font-style: italic;
            font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
            font-size: 5vw;
            font-weight: 300;
        }