@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);

body {
  margin: 0;
  height: 100%;
  background: #202A44;
  padding-top:20px;
}

.randomimage {
  width: 100%;
  position: absolute;
  text-align: center;
}

.randomimage img {
  display: block;
  margin: 50px auto;
  max-height: 800px;
  max-width: 800px;
}

#output { 
  color: white;
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}

input[type="button"] {
  color: white;
  background-color: transparent;
  border: 3px solid white;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding: 15px;
  cursor: pointer;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin-bottom: 0px;
  color: white;
  opacity: 0.7;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: indianred;
    opacity: 0.7;
    margin:  0px;
}

.article {
  padding: 1% 20%;
  color:white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}