.container {
    color: lightseagreen;
    background-color: rgba(51, 51, 51, 0.501);
    height: 115vh;
}

*{
    list-style-type: None;
}

h1, h2{
    text-shadow: -1px 0 rgb(87, 87, 87), 0 1px rgb(87, 87, 87), 1px 0 rgb(87, 87, 87), 0 -1px rgb(87, 87, 87);
}

a{
    color : #ffffff;
    text-decoration : none
}

a:hover{
    color : #bbbbbb;
}

.card {
        margin: 0 auto; /* Added */
        float: none; /* Added */
        margin-bottom: 10px; /* Added */
        color : skyblue
}

body, html {
    height: 100%
}

.bg-image {
  height: 200%;
  min-height: 500px;
  background-image: url(/assets/background-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.card-img-top:hover {
    transform: scale(1.03)
}


#face-img {
    border-radius : 50%;
    height : 300px;
    border : 5px solid skyblue
}