* {
   font-family: 'Lato', Sans-Serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.title {
		background-color: #33BEBE;
		text-align: center;
		vertical-align: bottom;
		height: 70px;
}

.screenshot {
		margin-right: 2%;
		max-width: 460px;
}

.description {
		color:red;
		max-width: 705px;
}

.app {
    display: -webkit-flex;
    display: flex;
}

.portrait {
    width: 80%;
    height: 80%;
}

.title-fig {
    width: 700px;
    max-height: 100px;
}
