body{
    margin: 0;
    color: #000;
    background-image: url(assets/pattern-pink.jpeg);
    background-repeat: repeat;
    background-size: 80px;
}
h1{
    font-size: 3rem;
    margin-bottom: 3rem;
}
.page{
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    /*height: 100vh;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.page .row{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.box-content{
    text-align: center;
    color: #fff;
    font-size: 2rem;
}
.box-img img{
    max-height: calc( 100vh - 40px );;
    display: block;
    margin: auto;
    height: 100%;
    width: auto;    
}
.speechlogo{
    display: block;
    font-size: 1.75rem;
}
.text-content{
    text-align: justify;
    line-height: 1.4;
}
/*.box-content{
    max-width: 500px;
    margin: auto;
    padding: 30px;
    text-align: center;
}*/
.logo{
    max-width: 350px;
}
img{
    width: 100%;
    height: auto;
}