.result{
    font-size: 26;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 1em 20%;
    color: red;
    font-weight: bold;
}

html, body {
  background-color: #f6f6f6;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: 'Helvetica', 'Verdana', sans-serif;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.infoText{
    text-align: justify;
    margin: 0 0 1em 37%;
	padding: .2em .5em;
	width: 45%;
}

div{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16;
}

label {
    margin: 0 0 0 0;
	text-align: right;
	line-height: 1.5;
    font-size: 14;
	width: 35%;
	position: absolute;
	z-index: 0;
	left: 0;
}

.myInput {
	margin: 0 0 1em 37%;
	padding: .2em .5em;
	width: 35%;
    font-size: 16;
	background-color: #fffbf0;
	border: 1px solid #000000;
}

.button{
    margin: 0 0 1em 37%;
    padding: .2em .5em;
    width: 35%;
    height:35px;
    font-size: 16;
    background-color: #6EC1E4;
    color: white;
    border: 1px solid #6EC1E4;
}

.header {
  width: 100%;
  height: 56px;
  color: #FFF;
  background: #6EC1E4;
  position: fixed;
  z-index: 1;
  font-size: 20px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 9px 1px rgba(0, 0, 0, 0.12), 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  padding: 16px 16px 0 16px;
  display: flex;
 }
 
  .header .headerButton {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    text-indent: -30000px;
    overflow: hidden;
    opacity: 1;
    border: none;
    outline: none; }
	
  .header #butInfo {
    background: url(./images/info-white.svg) center center no-repeat;
}

  .header #butBack {
    background: url(./images/back-white.svg) center center no-repeat;
}
  
.header__title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 30px;
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
          
.main {
  padding-top: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; 
}
  
 @media (max-width: 450px) {
     .header__title{
          font-size: 24px;
     }
     .result{
    font-size: 20;
    }
    .infoText{
    text-align: justify;
    margin: 2% 5% 0% 5%;
	width: 85%;
    }
  
 }