.jg{color: #FFD700;
    font-size: 2.2rem;
    background: #121212;
    text-align: center;
    line-height: 3;
    width: 86%;
    margin: 0 auto;
    letter-spacing: 0.1px;
    padding: 0 2px;
	
}
.is-3{
	padding-left: 32px;
    border-color: green;
	}
.input{
	border: 1px solid #ddd;
    padding: 0 5px;
    width: 66%;
    height: 30px;
    transition: 0.3s;
    font-weight: normal;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
    outline: none;
	}
.content{width:100%;}


@media (min-width:768px){
     .content{
	       width:60%;
	 }

}
.button{
	border: 1px solid #ddd;
    width: 45%;
    height: 35px;
    border-radius: 5px;
    padding: 5px 2px;
    outline: none;
    border-color: #2791d8;
    background: #2791d8;
    color: #FFFFFF;
    font-weight: 500;
    font-size: .7525rem;
	
}