.center-text {
    text-align: center;
}

.caps {
    text-transform: uppercase;
}

.content-container {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media (min-width: 1000px) {
    .content-container {
    width:100%;
    padding: 0;
    margin-top: 100px;
    margin-bottom:  100px;
    }
}

button {
    box-shadow: none;
    border: 0;
    padding: 0;
}

p a:visited{
    color: blue;
    text-decoration: none;
}

p a:visited{
    color: blue;
    text-decoration: none;
}


