body{
    font-family: "Arial";
}

p {
    font-size: 80%;
}

.first{
    font-size: 200%;
    padding-top: 50px;
    margin-bottom: 0;
}

.second{
    font-weight: bold;
    font-size: 80%;
}

p.third{
    font-size: 60%;
}

.cont {
    font-size: 70%;
}

a{
    text-decoration: none;
}

pre {
    display: block;
    font-family: arial;
    font-size: 60%;
}


img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: auto;
}

img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

#cv {
  font-size: 150%;
  font-weight: bold;
}

.para1 {
  display: inline-block;
  text-indent: 100px;
}

#testing {
  font-size: 100%;
}

#testing1 {
  font-size: 70%;
  font-weight: normal;
}

#small {
  font-size: 120%;
  font-weight: normal;
}

.don1 {
  height: 20em;
  margin-right: 5px;
  float: left;
  border: none;
}

.don1:hover {
  box-shadow: none;
}

.kilroy {
  display: block;
  margin-left: auto;
  margin-right: auto;  
  border: none;
  box-shadow: none;
  width: 40%;
}

.kilroy:hover {
  box-shadow: none;
}

.quix {
  display: inline-block;
}

.quixo {
  margin-bottom: 0;
}