body {
    background-repeat: no-repeat;
	background-image:linear-gradient(#ff8c5a, white);
	background-size:contain;
}

.logo{
	width:48px;
	height:48px;
	position: absolute; /* or absolute */
	top: 2px;
	left:2px;
}

.top {
	position: absolute; /* or absolute */
	top: 3%;
	left:43%;
	font-size:190%;
}

section.press button {
  color: #fff;
  /*background-color: #6496c8;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-image:url("background-blog.png");
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px #e86f3a;
  position:absolute;
  width:80%;
  height:80%;
  margin-left:10%;
}

section.press button:hover,
section.press button.hover {
  background-color: #417cb8;
  cursor:pointer;
}

section.press button:active,
section.press button.active {
  background-color: #417cb8;
  box-shadow: 0 5px #e86f3a;
  transform: translateY(5px);
}