h1{
    margin: 30px 0 20px 0;
    font-weight: bold;
}
h2{
    font-weight: 100;
    margin: 10px 10px 10px 10px;
    line-height: 1.4;
}
select{
     background-color: #e23b2a;
    padding: 0px 40px 0px 40px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.3em;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;  
    box-shadow:  none;
    outline:none;
    width: 53%; 
    height: 40px;
    margin-top: 30px; 
}
.info{
    background-image: url(../../images/bg2.png);
    padding: 20px 10px 20px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.info h1{
    margin-bottom: 10px;
}
.info p{
    display: inline-block;
    width: 80%;
    padding: 0;
    text-align: left;
}
.info img{
    width: 90%;
}
button {
    background:none;
    border: solid;
    border-color: #e23b2a;
    border-width: medium;
    margin: 5px 5px 5px 5px;
    padding: 12px 40px 12px 40px;
    font-size: 1em;
    color: #e23b2a;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;  
    box-shadow:  none;
    outline:none;
}
button:hover {
    background-color: #e23b2a;
    color: white;
}

/*-------------------------------------------------------------------Mobile */
@media screen and (max-device-width: 480px){
    
    select{
    background-color: #e23b2a;
    padding: 20px 40px 20px 40px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5em;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;  
    box-shadow:  none;
    outline:none;
    width: 100%;
    min-height: 70px;  
}
    h2{
    font-weight: 100;
        font-size: 2em;
}
    
}