.container {
    margin-top: 50px;
  }
  
  .img-circle {
    border: 5px solid #ccc;
    border-radius: 10%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-right: #000000;
  }
  
  h2 {
    margin-top: 0;
    font-size: 36px;
    font-weight: bold;
  }
  
  p {
    font-size: 20px;
    margin: 10px 0;
  }
  .bg-tertiary {
    background-color: rgb(202, 204, 55);
}
.footer {
	background-color: #03172c;
	color: #fff;
	padding: 30px 0;
    }
body {
    background-color: aquamarine;
}

h3 {
    color: #000000;
    font-size: small;
    text-align: left;
}
  