nav {
  background-color: chartreuse;
  text-align: right;
  font-size: 1.75rem;
}

body {
  background-color: cyan;
  font-family: Arial;
  font-size: 1.2rem;
  padding-left: 20px;
  padding-right: 20px;
}

h3 {
  width: 50%;
  padding: 10px;
  background-color: black;
  color: azure;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 50%;
}

img.icon {
  width: 50px;
  height: 50px;
}

p {
  width: 50%;
}

input[type="checkbox"],
input[type="radio"] {
  width: 1.2rem;
  height: 1.2rem;
}

input[type="text"] {
  height: 1.5rem;
  width: 200px;
  font-size: 1.2rem;
}

input[type="submit"],
input[type="reset"] {
  font-size: 1.2rem;
}

select {
  width: 200px;
  height: 20px;
}

select option {
  font-size: 1.2rem;
}

.roofpig {
    width:400px;
    height:464px;
    margin: 4px;
    float:left;
    background-color: rgb(255, 214, 10);
}