body {

	
background: rgb(243,145,42);
background: radial-gradient(circle, rgba(243,145,42,1) 0%, rgba(234,89,17,1) 25%, rgba(40,52,125,1) 55%, rgba(35,41,85,1) 100%);


height: 88vh;
font-family: 'Roboto', sans-serif;
}
.image {
	background-image: url(penetron_admix.png);
	width: 65vh;
	height: 80vh;
	background-repeat: no-repeat;
	background-size: contain;
    /*background-position: 50% -10%;*/
    /*position: relative;*/
    margin:8vh auto;

}
.phone{
	position: relative;
    top: 53vh;
    left: 12vh;

}
.phone a {
	    color: #fff;
    font-size: 3.5vh;
    text-decoration: none;
}

.site {
	position: relative;
    top: 52vh;
    left: 12vh;
}
.site a {
	color: #fff;
    font-size: 4vh;
    text-decoration: none;   
}
.button{
	position: relative;
    top: 70vh;
    left: 19vh;
}
.button a {
	color: #ffffff;
    border: none;
    padding: 0.7em 2.5em;;
    text-decoration: none;
    background-color: rgb(40,52,125);
}

.button a:hover {
	background-color: #ffffff;
	color: rgb(40,52,125);
	border: 2px solid rgb(40,52,125);
}