@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p');


.formBtn a{
	box-sizing: border-box;
    font-family: "M PLUS 1p"; 
    font-size: 1.5vw;
    color: white;
    font-weight: bold;
    text-decoration: none;
    background-color: black;
    padding: 1% 2%;
    margin: 0 40%;
    border-radius: 7px;
    transition: 0.3s all linear 0s;
}

.formBtn a:hover {
    opacity: 0.7;
    color: black;
    background-color: white;
    text-decoration: underline;
}

.infoContent{
    padding-top: 30px;
}
