.modal-content{
  font-family: 'Ubuntu', 'Montserrat', sans-serif;
  text-align: center;
  background-color: white;
  border: none;
  color: black;
}

.modal-content img{
  height: 100%;
  width: 100%;
}

.modal-header{
  padding: 1rem 1rem 0rem 1rem;
  border: none;
}

.modal-title{
  margin: auto;
}

.modal-footer{
  border: none;
}

.modal-footer .btn{
  background-color: grey;
  margin: auto;
  font-weight: 100px;
}

.modal-footer b{
  color: white;
  font-size: 15px;
}

.modal-footer a{
  margin: auto;
  font-size: 12px;
}

.btn-radius{
  border-radius: 35px;
}

.modal-content-radius{
  border-radius: 35px;
}
