@charset "utf-8";
/* CSS Document */

body{
  font-family: 'Rubik', sans-serif;
}

section.mast {text-align: center;padding: 40px 20px; color: white; background-color: #0075fb;}

section.mast .appStoreBadge img{max-height: 55px; display: inline-block; margin: 15px 0;}

.appIcon{width: 225px; height: 225px; border-radius: 49px; margin-bottom: 15px;}

h1{font-weight: 700;}
h2{font-weight: 500; opacity: 0.7;}


.appStoreScreenshots{text-align: center; display: block; margin: 20px auto;}
.appStoreScreenshots img{max-height: 575px; width: auto; margin-bottom: 20px;}


.review{text-align: center; background-color: #fafafa; border-radius: 20px; margin: 20px auto; padding: 30px;}
.review h2{opacity: 1; font-weight: bold; margin-top: 10px;}
.review p{opacity: 0.5; font-size: 24px; font-weight: 500;}

footer{height: auto; text-align: center; padding: 100px 20px;}
