body {
  margin: 0;
  background: linear-gradient(to bottom, #ffe795 50%, #bfb494 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  flex-direction: column;
}
img {
  max-width: 3000px;
  height: auto;
}
button {

  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border: 5px solid;
  background-color: #ffd2d7;
  border-radius: 3px;
  	font-family: Helvetica, Sans-Serif;
    color: #444444;
    font-size: 15pt;
}

.skub-btn
{	  display: inline;}

.text-content
{
	max-width:500px;
	padding-top:20px;
	font-family: Helvetica, Sans-Serif;
    color: #444444;
    font-size: 15pt;

}

button:hover {
  background-color: #ffe795;
}