* {
  box-sizing: border-box;
}

html, body {
  margin: 0px;
  padding: 0px;
}


body {
  width:100%;
  background-image: url("/homework/08-28/images/pansypattern.jpg");
  background-color: #cccccc;
  background-size: auto;
 }

 .text {
  position:absolute;
  font-family: Roboto,"Courier New", Courier, monospace;
  background-color:#ffff;
  outline:3px solid #0B4DA2;
  color:black;
  margin-top:5%;
  /* margin-bottom:5%; */
  margin-left: 20%;
  margin-right:20%;
  width:60%;
  height:150%;
  z-index:3;
}

.credit {
  position: absolute;
  font-family:Roboto,"Courier New", Courier, monospace;
  font-size:5px;
  background-color:white;
  color:#0B4DA2;
  margin-left:2%;
  margin-top:90%;
  width:15%;
}

credittext {
  font-family: Roboto,"Courier New", Courier, monospace;
  font-size:12px;
  background-color:white;
  color:#0B4DA2;
}

.message{
  position:absolute;
  color:black;
  margin-top:0%;
  margin-bottom:7%;
  margin-left: 4%;
  margin-right:4%;
  /* width:%; */
  /* height:70%; */
  z-index:4;
}

h1 {
  font-family: Roboto, Courier;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight:lighter;
}

p {
  margin-top:5px;
  font-family: Roboto, 'Courier New', Courier, monospace;
  font-size: 16px;
  line-height:1.7;
  letter-spacing: 0.1em;
  font-weight:normal;
}

