body {
    font-family: "Georgia", "Arial", sans-serif;
}

h3 {
    border-left: 5px #666 solid;
    border-bottom: 1px #666 solid;
    padding: 0 0 5px 10px;
    margin-bottom: 30px;
}

.title {
    font-size: 20px;
}

.name {
    font-size: 20px;
}

/* footer {
    margin-top: 30px;
    height: 80px;
    background: #333;
    color: #fff;
    text-align: center;
    padding-top: 10px;
} */

.footer {
    padding: 10px;
    font-size: 1rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 0 5px #333;
    color: #fff;

    background: #333;
}
