body {
    background: url('../img/background.jpg');
	background-size: contain;
    
    font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
}

.input-file {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-template-main {
    color: #da4d4d;
    background-color: #ffffff;
    border-color: #da4d4d;
    border-radius: 0;
    font-weight: bold;
    padding: 5px 20px;
    text-decoration: none;
}

.btn-template-main:hover {
    background: #da4d4d;
    color: #ffffff;
    border-color: #da4d4d;
}

.btn-icon { 
    margin-right: 10px;
}

.footer {
    background: #555555;
}

.footer {
    color: #999999;
    bottom: 0;
    width: 100%;
    
}
@media only screen and (max-width: 600px) {
    body {
      background-color: red;
      font-size:36px;
    }

    .footer{
        
        font-size: 10px;
        height: 700px;
    }

  }