@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

html {
	height: 100%;
}

body {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #edf9ff;
  height: 100%;
  margin: 0;
  padding: 0;
}

img {
  max-width: 300px;
  height: auto;
  padding: 80px 20px 0 20px;
}

h1 {
  font-size: 40px;
  padding: 50px 20px 0 20px;
  margin-bottom: 40px;
}

a {
  color: #0068b2;
}

a:hover {
  text-decoration: none;
}

footer {
	margin: auto;
	text-align: center;
	position: fixed;
	bottom:0;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

@media (max-width: 580px) {

  img {
    max-width: 250px;
    padding: 50px 20px 0 10px;
  }

  h1 {
    font-size: 40px;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
  }

  h1 span {
    display:block;
  }
}

@media (max-height: 760px) {

	footer {
		padding-top: 50px;
		position: relative;
	}
}
