@charset "utf-8";
/* CSS Document */

body {
    background-color: #e0ebeb;
    background-repeat: no-repeat;
    background-size: cover;
}

h2{
    padding: 40px;
}

.jumbotron {
  padding: 1rem 1rem;
  margin-bottom: 2rem;
  background-color: #e0ebeb;
  border-radius: 0.3rem;
}

.row {
    position: relative;
    padding-left: 40px;
}


.center {
  margin: auto;
  width: 50%;
  padding: 10px;
}

.fa {
  padding: 20px;
  font-size: 50px;
  width: 40px;
  text-align: left;
  text-decoration: none;
}


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: ##e0ebeb;
  color: white;
  text-align: center;
}
.footer row img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
padding: 20px;
}

