main
{
 position: relative;
 overflow: hidden;
}
main img{
    width:auto;
    height: 100%;
    opacity: 60%;
    border-radius: 5px;
    top: 0;
    position: absolute;
    right: -150px;
    z-index: 1;
    display: inline;
}
.mash
{
    position: absolute;
    z-index: 2;
    padding: 10px;
}
main h1{
    text-align: center;
    width: 100%;
    font-size: 60px;
    /*display: block;*/
    margin-bottom: 20px;
}
form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
input, textarea{
    margin-bottom: 10px;
    background-color: transparent;
    border: 5px solid rgb(255, 94, 0);
    border-radius: 15px;
    padding: 5px 10px;
    color: rgb(187, 3, 3);
    outline: none;
    height: 60px;   
    text-align: center;
    font-size: 30px;
    transition: .6s;
}

.contact input,.contact textarea
{
   
 

    
}
textarea
{
    height:auto;
    overflow: hidden;
}
.location
{
    height: 50px;
}
textarea:hover, input:hover
{
    background-color: rgba(255, 68, 0, 0.116);
    border: 5px solid rgb(255, 17, 0);
    border-radius: 20px;
}
textarea:focus, input:focus
{

    background-color: rgba(255, 68, 0, 0.253);
}
.frstName, .lstName{
    width: 46%;
}

.message, .email
{
    width: 100%;
}

.submit
{
 margin-left: 45%;   
}
optgroup{
    text-align: left;
}
select{
    border-radius: 5px;
    height: 60px;

}