body {
  font-size: 20px;
  color: #212529;
  font-family: 'Lora', 'calibri', serif;
}

.bold {
 font-style: bold;
 font-size: 20px;
 color: #15171a
}

.imagestyle {
  border-radius: 50%;
  width: 40%;
  
  display: block;
    margin-right: auto;
    margin-left: auto;

}
.centerimage {
  width: 80%;
    margin-right: auto;
    margin-left: auto;

}
.imagecenter {
  width: 40%;
  
  display: block;
    margin-right: auto;
    margin-left: auto;

}
.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.highlightsection {
  background:rgb(224, 248, 253)
}

.custombackground {
  background-color:  rgb(236, 251, 255);
  border-color: rgb(103, 208, 230);
}

.center {
 text-align: center;
}
.footer {
  font-style: italic;
}

.link {
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
  font-style: italic;

}
shadow {
  box-shadow: 10px 10px 5px black;
}

.rightarrow {
 vertical-align: right;
 width: 50px;
 height: 50px;

}
.leftarrow {
  vertical-align: left;
  width: 50px;
  height: 50px;
 
 }
 input[type=checkbox] {width:20px; height:20px; padding: 1%;}


