div.row {
  text-align: center;
}
body {
  background-color: #d1d0dfaf;
  color: black;
  font-family: "Times New Roman", Times, serif;
}
a {
  color: rgb(236, 233, 233);
  font-size: 14px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-decoration: none;
  margin-right: 8px;
}
.selected {
  border-bottom: 2px solid #c3a709;
}
/*body style here*/
h3 {
  color: rgba(255, 255, 255, 0.993);
}
p {
  text-align: center;
  font-size: 18px;
  margin: 0px 6px;
  color: rgba(255, 255, 255, 0.993);
}

#my-picture img {
  width: 200px;
  border-radius: 50%;
}

div #my-picture {
  text-align: center;
}
footer {
  text-align: center;
  color: #888;
}

#big-box {
  background-color: #0c848b;
  border: 35px solid #55b1b7;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 0 auto;
}
#number {
  padding-top: 35%;
  text-align: center;
  color: white;
  font-size: 30px;
  font-family: "Copperplate Gothic";
  font-weight: bold;
}
.buttons {
  margin-top: 20px;
  text-align: center;
}
.buttons ul li {
  list-style-type: none;
  display: inline;
  margin: 0 10px 0 10px;
}
.btn-success {
  background-color: #0c848b;
  color: white;
  font-family: "Copperplate Gothic";
  font-size: 16px;
  border-radius: 4px;
  border: #55b1b7;
}
.btn:hover {
  background-color: #55b1b7;
}
h2 {
  text-align: center;
  margin: 20px 0 30px 0;
  font-family: "Copperplate Gothic";
}
.list-group-item {
  background-color: #0c848b;
  color: white;
  font-family: "Copperplate Gothic";
  margin: 4px 0 6px 0;
}
.card {
  background: rgb(223, 230, 212);
}
