@import url(//fonts.googleapis.com/css?family=Roboto);

 * {
    font-family: 'Roboto';
 }

html {
    height: 100%;
  }


.page{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.procedure{
    width: 70%;
    height: 100%;
    justify-content: center;
    margin-top: 8% !important;
    margin: auto;
}


h1 {    
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(12, 12, 12, 0.3);
      font-size: 2rem;
       font-weight: 700;
        line-height: 1.3em; margin: 0 0 0;
         padding: 20px 30px;
          text-align: center;
           text-transform: uppercase; }
           

h2{
    z-index: -1;
    position: relative;
    left:0 ;
    font-size: 100%;
    font-weight: 100;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
    
}

hr {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

#myInput{
    
    border: lightyellow;   

}

#bnt{
    border-radius: 7px;
    background-color: #ffffff;
    border:solid rgb(65, 65, 65);
    color: rgb(80, 80, 80);
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.4s;
}

#bnt:hover {
    box-shadow: 0 10px 12px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }

#bnt:active {
    transform: scale(0.98);
    background-color: #caffc8;
}


.imgt{

    width: 70%;
}

.menuG{
    position: fixed;
    width: 100%;
    top: 0;
}

img{
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 600px){
    .procedure{
        width: 70%;
        height: 100%;
        justify-content: center;
        margin-top: 20% !important;
        margin: auto;

    }


    .menuG{
        position: fixed;
        width: 100%;
        top: 0;
    }

}