#manifesto{
    width: 85vw;
    background-color: black; border-radius: 1vw; padding: 2vw;
}
    #manifesto p{
        color: rgb(255,246,229);
        margin-bottom: 0;
        width: 80vw;
    }
    #manifesto .last_p{
        margin-bottom: 3vw;
    }

    #title_png{
        width: 85vw;
        margin-bottom: 3.5vw;
    }

    .single_indent{
        margin-left: 5vw;
    }
    .double_indent{
        margin-left: 10vw;
    }
    .triple_indent{
        margin-left: 15vw;
    }


@media (orientation: portrait){
    #manifesto{
        width: 80vw;
        border-radius: 3vw;
        padding: 5vw;
    }
        #manifesto .last_p{
            margin-bottom: 15vw;
        }

        #title_png{
            width: 80vw;
        }

        #manifesto p{
            width: auto;
        }

        .single_indent{
            margin-left: 10vw;
            width: 70vw;
        }
        .double_indent{
            margin-left: 20vw;
            width: 60vw;
        }
        .triple_indent{
            margin-left: 30vw;
            width: 50vw;
        }
}