html, body, .container-table{
    font-family: 'Roboto', sans-serif;
    height: 100%;
    background-color: black;
}
.container-table {
    display: table;
}
.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}
p {
    font-size: 30px;
    color: seashell;
}
.list-inline {
    font-size: 20px;
    color: darkcyan;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: yellow;

}
.project {
    padding-top: 5rem;
}
.heading {
    text-align: center;
    color: seashell;
}
.smile {
    color: yellow;
    padding-top: 1px;
}

.foot {
    position: sticky;
    font-size: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.wrapper {
    margin-bottom: -50px;
}