.wrapper {
    margin-bottom: 8rem;
}
.sub-wrapper {
    width: 70%;
    height: 100px;
    border-radius: 5px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}

.sub-wrapper a {
    font-weight:bold;
    font-size:24px;
    text-decoration: none;
    color:inherit;
}

.sub-wrapper p {
    font-size:18px;
    text-align: center;
    text-decoration: none;
    color:inherit;
}

